Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416170

    Chipsnchampagne
    Participant

    Hi guys,

    I want to remove the underline of the text in the navigation and tried diverse css snippets from the forum.
    None of them work for me. There is probably a conflict but I can’t find it.
    Would be awesome if you can help me out.

    This is the website: http://kulturgeschichten.org/

    Best,
    Christoph

    #1416171

    Chipsnchampagne
    Participant
    This reply has been marked as private.
    #1416529

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-navbar .desktop .x-nav > li > a:hover > span, 
    .x-navbar .desktop .x-nav > li.x-active > a > span, 
    .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
    box-shadow: none;
    }

    Hope it helps 🙂