Home Forums WoodMart support forum Disable "dropdown" menu indicator

Disable "dropdown" menu indicator

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #113534

    timvanhuik
    Participant

    Is it possible to disable the “dropdown” menu indicator as show in the screenshot?

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-navigation .item-level-0.menu-item-has-children>a:after {
    display:none;
    }

    Best Regards

    #113550

    timvanhuik
    Participant

    I am getting an css error:

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

    Hello,

    Remove the code, and copy from the forum not from the email.

    Best Regards

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