Archived topic
Border around slide shows - sitewide
3 replies · Started by Ian on March 8, 2019
Just wondering if there is a way to select all the slideshows on my site to add a solid black border around them all. The smart slider 3 provider suggests to do this to each one. Just want to do it globally.
The slider is the second paragraph down.
Hi there,
Give this CSS a shot:
.n2-section-smartslider {
border: 2px solid #000;
}
Keep in mind that this is the support forum for GP and sometimes it might be best to check with the plugin's support for specific questions regarding plugin content.
I believe their support is quite helpful as well: https://wordpress.org/support/plugin/smart-slider-3/
Let me know :)
Absolutely awesome! Thanks very much Leo :-)
No problem :)