• Resolved gorgona69

    (@gieboo)


    Greeting. I can’t find how to remove this red arrow from the main menu. When I remove it with the display: none command, then it remains the same space that the arrow took up. I guess it’s simple but I have no idea.
    Thanks everyone

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @gieboo,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .main-menu>.menu-item-has-children>a::after { display: none; }
    
    .main-menu>.menu-item-has-children>a { padding-right: 0; }

    Let me know if that does it.

    — Anders

    Thread Starter gorgona69

    (@gieboo)

    Thank you again. It works

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘red arrow in main menu’ is closed to new replies.