Okay
  Public Ticket #3007144
Underlining of links
Closed

Comments

  •  1
    Luis started the conversation

    Hi!
    How do I change color of the underlining of links? In hover and active pages.


    Thanks for your help.

  •  1,558
    Laborator replied

    Hi Luis,

    Do you want to change the underline in all links or only in the header menu?

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.
    P.S. make sure you've disabled the Maintenance/Coming Soon mode


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Luis replied privately
  •  1,558
    Laborator replied

    Hi Luis,

    Add the following CSS to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, 
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        background-color: #FF0000;
    }

    Don't forget to change the #FF0000 value to any color you would like to use instead of the red one.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group