Home Forums Basel support forum ARROW in the menu

ARROW in the menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34852

    MattiaGas
    Participant

    Hello, how can I take off arrows in the main menu? Please see attached picture. Thanks, Mattia.

    Attachments:
    You must be logged in to view attached files.
    #34928

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to remove this

    body .main-nav .menu>li.menu-item-has-children {
       margin-right: 0;
    }
    
    body .main-nav .menu>li.menu-item-has-children>a:after {
       content: none;
    }

    Regards

    #34929

    MattiaGas
    Participant

    Hello, It doesn’t work.

    There are also some red “x”, maybe some errors.

    I attached images.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #34937

    Artem Temos
    Keymaster

    But the code on your screenshot is wrong and not the same as we sent you. Please, copy the exact code snippet to your Custom CSS area.

    #34944

    MattiaGas
    Participant

    Sorry, you are right. I copied it from the email and it changed.
    Now it works! thanks! 🙂

    #34948

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)