Tagged: slider banner header
I’ve created a child theme, but I’m confused by all the hooks and filters. Where can I access the html? How do I include the slider on each page?
Hi amy, this feature is not available in free version.You need code customization for it.
Thank you!
Hello,
If u want slider on every page, go to in theme folder and then inc/structure/header-extensions.php … and search for
if( is_home() || is_front_page() ) …… from here you can edit slider related customization….!
Thanks, Arshi
Hi arshi4you, That’s great