Home Forums WoodMart support forum How I change color on category menu on mobile device

How I change color on category menu on mobile device

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #347723

    svetlana.mogilevska
    Participant

    Hi, please I need to change e dark green on my mobile catalogue menu. How it possible to do this?

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

    Hello,

    Please edit the Shop page and try changing the page title background colour.

    Screenshot for Clarification: https://gyazo.com/de0e47ee2e3efc2ff6a2cc6e3a7f6c08

    Best Regards

    #347843

    svetlana.mogilevska
    Participant

    I put 0abab5 – Tiffany color that I see like a background, no way to find dark green. I see only Tiffany in my settings. Thanks

    #347964

    Hello,

    The dark green is not a defined color in the page settings; it’s an overlay added for the categories for mobile devices.

    To change that you need to use the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-nav-product-cat {
        background-color: rgba(0,0,0, 0.4);
    }

    You can set the background color and overlay as you require.

    Best Regards

    #347978

    svetlana.mogilevska
    Participant

    Hello, I put custom CSS but I don’t see any change, only the some green color.

    Please, other question:
    I don’t see the icons in main menu on mobile device Home etc..). I see correctly icons on category menu.

    Many thanks

    Best regards, Svetlana

    #348030

    Hello,

    Please Replace the previous Custom CSS with the following then check back.

    .color-scheme-light .wd-nav-product-cat {
        background-color: transparent;
    }

    And for the second issue please provide a relevant screenshot to check it myself and help you out accordingly.

    Best Regards

    #348035

    svetlana.mogilevska
    Participant

    For background color this css is right, many thanks.

    Yes please, please see the attachment for second issue.

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

    Hello,

    You are Most Welcome.

    The icons are not added to the main menu that’s why they are not appearing.

    Best Regards

    #348077

    svetlana.mogilevska
    Participant

    Hi, I added icons on Mobile navigation, that not enough? many thanks

    #348212

    Hello,

    Please provide a relevant screenshot of how you added the icon to mobile navigation to check it myself and help you out accordingly.

    Also provide the login details of the website.

    Best Regards

    #348242

    svetlana.mogilevska
    Participant

    Hello, I simply added icon on main menu, and now I see the icons also on my web-site on desktop.
    Thanks

    #348312

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘How I change color on category menu on mobile device’ is closed to new replies.