Archived topic
Smart slider widget
5 replies · Started by Darren on August 14, 2019
Hi I have made a smart slider widget in the top bar and it looks great but I only want it on the home page and not through out the site, how do I just have it on the home page ?
Hi there,
Try this CSS:
body:not(.home) .top-bar .widget_smartslider3 {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hi that worked brilliant thanks
If I wanted to create different smart sliders for different pages. Can this be done?
Like different smart slider for different pages in top bar?
If so then try this plugin:
https://en-ca.wordpress.org/plugins/content-aware-sidebars/
Thank you
No problem :)