Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850484

    Horizon
    Participant

    Hi

    On my site i have a megamenu set up under “Services” how can i change the color and thickness of the lines which appear below each Sub Menu title?

    Thanks

    #850486

    Horizon
    Participant
    This reply has been marked as private.
    #850528

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    .desktop .x-nav .x-megamenu>.sub-menu>li>a {
        border-bottom: 2px solid red;
    }
    

    Hope that helps.