Tagged: widget links hover
How do I change the bg colour of the footer widget links bg on hover?
Currently it has an opacity which I don’t know how to remove or swap.
General and advanced styles don’t seem to have this setting.
FYI The same bg color also appears on active page links.
Also to note: using a custom footer page rather than the default.
Hi,
Thank you for your patience your page /footer-v2/ is a “page not found” for me, perhaps it is shown only to logged in users?
Your other page /eat-drink/nightlife/ works for me, and the color is just white with opacity:
#top .content .flex_column .widget_nav_menu li a:hover {
background-color: rgba(255,255,255,0.4);
}
I’m not sure if this was added as a setting or not as my demo is not behaving this way, but you can change the color in this css and add it to your Quick CSS.
Best regards,
Mike