Okay
  Public Ticket #1481628
menu text style
Closed

Comments

  • Douglas Campbell started the conversation

    Hi,

    1. Right now my top menu background is black and text color is white. When I hover over menu item I'd like the font color to be white and underlined.

    2. I would like links in the footer to be white and when hovered they should stay white and underlined.

    I've been trying for a few hours to get to these elements with css but cannot.

    Thank you.

  •  1,560
    Laborator replied

    Hi Douglas,

    By adding the following CSS to Custom CSS you should be able to achieve these changes:

    .top-menu-container .top-menu ul li a:hover {
        color: #FFF !important;
    }
    .site-footer a {
      color: #FFF;
    }
    .site-footer a:hover {
      color: #FFF !important;
    }
    footer.site-footer a:after {
      background-color: #FFF !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group