On my blog i have a box that docks itself to the left of the screen, and if you hover over it , it opens up a snapshot of another blog post and allows you to click on it to navigate to it.
How can i change the colour of it when it’s not hovered on, so that it is more noticeable? When people are browsing my blog?
Thanks
Hey spleeky!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav {
background: rgba(255,0,0,0.3);
}
255,0,0 is RGB value of the color and 0.3 is opacity level
Cheers!
Yigit
As usual worked perfectly, thank you.