Hi,
I’d like to know how can i change the color of the buttons of the post slider element.
best regards
Hey viaggiareverde,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-arrows a:before {
background: #ddd !important;
background: rgba(10,10,10,0.5) !important;
}
Best regards,
Rikard
Hi Rikard, thanks for the answer. Unfortunately it seems that it doesn’t work. I’ve also tried changind “ddd” with a color but they don’t change.
Hi,
Which buttons exactly? The arrow buttons?
Best regards,
Jordan Shannon
Hi,
Yes, the semi-trasparent arrow buttons of the post slider.
Hi,
Please try this instead:
.avia-slideshow-controls a:before {
background: #ddd !important;
background: rgba(10,10,10,0.5) !important;
}
Best regards,
Rikard
Hi, no it doesn’t work.
Hi,
Ok, I can’t see it applying on your site either, where exactly are you putting the CSS? You might want to provide us with login details if you want us to have a closer look.
Best regards,
Rikard
Hi,
I’ve put that in the css box, but than removed after purging cache and seing that it doesnt work. I give you temporary access.
Thank you and best regards
Hi,
I added the following to the very top of quick css. I have tested this and it should work:
#top .avia-content-slider:hover .avia-slideshow-arrows a {
opacity: 1!important;
background-color: red!important;
}
Best regards,
Jordan Shannon
Thank you, it works.
Best regards
That’s good to hear. :)
We’ll close this thread now, but if you have any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.
Thank you for using Enfold.
Cheers!
Sarah