Okay
  Public Ticket #2606052
hover text in header/footer
Closed

Comments

  • SabrinaMapp started the conversation

    Hello,

    I am working on a site using the Aki theme and I need to change the hover text color for the header and footer links. I can't find any setting for this. Can you point me in the right direction to make that change?

    Thanks,

    Sabrina

  •  595
    WordPress replied

    Hello,

    You can change color and add custom style css

    .mega-menu li a:hover, .mega-menu li a:focus {
        color: #2eaae1 !important;
    }
    Footer: What footer did you use?


  • SabrinaMapp replied

    So sorry I just saw this. I'm using Footer 2.

  •  595
    WordPress replied

    Hello,

    Sorry! With footer no option change color. You can change and add custom style css

    .footer .footer-v2 .widget_nav_menu li a::before, .footer .footer-v2 .widget_nav_menu li a:hover,
    .footer-v2 .widget_nav_menu li a:hover {
        color: #000 !important;
    }