Okay
  Public Ticket #900094
Menu Item
Closed

Comments

  •  2
    Kelly started the conversation

    How can I change the underline color of the menu item through CSS, without changing the main theme color settings?  I tried the code below, with "homer" being the name of the menu. 

    header.menu-column .homer li a {
        border-bottom: 1px solid #879148;
    }

  •  1,558
    Laborator replied

    Hi Kelly,

    Use the following CSS to change the underline color:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul>li>a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu>li>a:after {
        background-color: red !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Kelly replied

    Thank you, Art.  You're great!! I really appreciate all of your help. 

  •  1,558
    Laborator replied

    You're welcome Kelly

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group