JillDesigns Feb 5, 2016 · 2:48 am #2995 Hello,
I’m using the SiteOrigin Post Carousel for my news posts. Is there an easy way to change the featured image that shows up in the carousel to something other than semi-transparent sky blue when someone is hovering on it?
Thanks a million!
Andrew Misplon Puro Feb 5, 2016 · 6:35 am #2996 Sure 🙂
If you have a Custom CSS plugin installed, perhaps Simple Custom CSS, you can go to Appearance > Custom CSS and insert the following:
/* Siteorigin Carousel Widget */
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item .sow-carousel-thumbnail a span.overlay {
background: #0896fe;
}
#0896fe is the default. Adjust that value as required.
Andrew Misplon Puro Feb 7, 2016 · 6:25 pm #3001 For sure 🙂 Glad we could help.