Home Forums WoodMart support forum How to hide the dropdown arrows

How to hide the dropdown arrows

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

    kyplab
    Participant

    Hello, how to hide the dropdown arrows that are shown in the attachment?

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

    Hello,

    These arrows indicate that there is a drop-down menu. Are you sure you want to delete the theme? If so, add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

    #200200

    kyplab
    Participant

    The code doesn`t work.

    #200218

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #200230

    kyplab
    Participant

    Check private

    #200278

    Hello,

    I have corrected the code, it works now.

    Best Regards

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