Home Forums WoodMart support forum Remove down arrows from main menu

Remove down arrows from main menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #92340

    ansonbehr
    Participant

    Hello Support,

    How do you remove the down arrows from the main menu?

    #92375

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    It is possible to remove with custom CSS. Please add this code to the Theme settings > Custom CSS > Global

    .whb-color-dark .navigation-style-underline .item-level-0>a:after {
       display:none;
    }

    If the code does not work, please provide your site URL.

    Best Regards

    #92423

    ansonbehr
    Participant

    no luck

    here is URL

    http://d6s.b69.myftpupload.com/

    #92424

    ansonbehr
    Participant

    attached image

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

    Hello,

    I have edited the code and arrows are have been removed.

    Best Regards

    #92438

    ansonbehr
    Participant

    Outstanding…. Thank you!

    #92478

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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