Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .avia-post-nav:hover {
background: rgba(255,0,0,0.8);
}
#top .avia-post-nav {
background: rgba(0,255,0,0.1);
}
First three are RGB values and last one is opacity level. Please adjust as needed :)
Best regards,
Yigit
Hi Yigit, perfect
Best regards