Tagged: post slider
when using the post slider with Product Cat, I would like to have the navigation arrows visible at all times vs hover.
Also, how do I change the colors of the square/arrow?
Hey Scott!
Add this to your custom CSS.
.avia-slideshow-arrows a {
opacity: 1;
color: red !important;
}
Cheers!
Elliott
Hello.
Thanks I have figured out how to modify the square navigation buttons.
But my other question was about getting the navigation buttons to show at all times.
Right now you have to hover to see the navigation. How can I make it persistant – showing at all times?
thanks,
Scott
Hi,
I’m not sure what you mean by that, the following code makes the buttons visible at all time, not only on hover. Please post a screenshot of the issue if we’ve misunderstood you.
.avia-slideshow-arrows a {
opacity: 1 !important;
}
Regards,
Rikard
check out this link for better clarification.
Hey!
on the link you have provided I can’t see any sliding images. Can you show us a real slider where the arrows are not persistent for you, although you are using Rikard’s code?
Regards,
Andy