Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1417830

    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.

    #1417833

    FYI The same bg color also appears on active page links.

    Also to note: using a custom footer page rather than the default.

    #1417908

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.