Home Forums WoodMart support forum Need to remove shop icon from mobile view.

Need to remove shop icon from mobile view.

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

    shahanas
    Participant

    Hai sir,

    I need to remove shop and account icons from mobile view and tablet view. here i am attaching a screenshot for more clarity. Please help me with this.

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to hide icons from the mobile bar, please enter the following code to the “Global Custom CSS” area that is in Theme Settings Custom CSS.

    .wd-toolbar .wd-toolbar-shop .wd-tools-icon,
    .wd-toolbar .wd-header-my-account .wd-tools-icon {
        display: none;
    }

    Please let me know if you have any further questions in the meantime.

    Kind Regards

    #640408

    the.nateghian
    Participant

    I copied this code into the Global Custom CSS, but the icons for Shop, Cart, and My Account are still visible and haven’t been removed. Could you please let me know what I should do?
    Also, I have another issue: the menu on my website looks different on mobile compared to the desktop version. I want the mobile menu to be the same as the desktop menu. How can I achieve this?
    Thanks!

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

    the.nateghian
    Participant

    I applied the CSS, and the My Account and Shop icons were after a while removed, but their text is still visible. Also, the Cart icon is still there.
    Could you please let me know how to remove the remaining text and the Cart icon as well?
    Thanks!

    Attachments:
    You must be logged in to view attached files.
Viewing 4 posts - 1 through 4 (of 4 total)