Hi,
i would like to change the color (by default black) and transparency of the left and right arrow buton (for next and previous article) when u are on an article of the blog.
Please where is it ??
Regards
Hi jb84,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Please find the link in private
speak about black transparency arrow on the right and left
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav:hover {
background: rgba(255,0,0,0.8);
}
#top .avia-post-nav {
background: rgba(255,0,0,0.1);
}
255,0,0 is RGB value of the color and 0.1 and 0.8 are opacity level.
Best regards,
Yigit
thank you
Working now !