Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #821422

    theoutdoorarmory
    Participant

    Hi,

    my website is outdoorarmory.com

    i want to get rid of the double dropdown arrow for the menu and the sub menu.

    how do i do that?

    thanks

    #821487

    Friech
    Moderator

    Hi There,

    Thanks for writing in! But the site you provide is not using X|Theme and I dont see any double arrow on the menu.

    Please clarify.

    #821530

    theoutdoorarmory
    Participant

    Hi im sorry it is:

    http://www.theoutdoorarmory.com

    i forgot to add “the”

    thanks!

    #821547

    Paul R
    Moderator

    Hi,

    Thanks you for providing the correct url.

    To remove it, you can add this under Custom > CSS in the Customizer.

    
    body .x-navbar .x-nav li>a:after,
    body .x-navbar .desktop .x-nav li>a>span:after {
        display:none;
    }
    

    Hope that helps.