Home Forums WoodMart support forum hide or remove mobile profile drop down

hide or remove mobile profile drop down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #314549

    Kathir
    Participant

    hi

    in mobile, profile drop down is not displayed full, is it possible to hide or remove the dropdown ?

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-dropdown-my-account {
        display: none;
    }

    Best Regards

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