Footer Link Colors - by rybrown18 - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Robert Hall

  • Avatar: rybrown18
    rybrown18
    Participant
    September 25, 2015 at 14:40

    Hello,

    In the admin, I set my color scheme main color to #0066cc
    However, in the footer, when I mouse over the link when pages are active the links change to this color also and I don’t want that because the background of the footer is also #0066cc

    How can I isolate the links in the footer to just stay white at all times, with an underline for hover or active.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    September 25, 2015 at 14:52

    Hello,

    Please try to add this code in Global Custom CSS (Theme Options->Custom CSS).

    .header-vertical-enable .container .menu >li.current-menu-item >a{
        color: #fff!important;
        text-decoration: underline;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.