Home Forums WoodMart support forum Menu and icons not changing color

Menu and icons not changing color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #651250

    jamieandrade88
    Participant

    Hello, Ive been trying to change the color of my menu and the icons (shopping cart, account, wish list, etc) and it won’t change color. its for my site balloonandpaper.com

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

    jamieandrade88
    Participant

    I forgot to also attach the mobile menu not changing color circled in blue

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

    Hello,

    Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to Main navigation links and change the color.

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    To change the icons’ color, add this code to the Theme Settings > Custom CSS > Global:

    .whb-main-header .wd-tools-element .wd-tools-icon {
        color:#e60808 !important;
    }

    To change the mobile bottom navbar background color, add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    div.wd-toolbar {
        background-color: #fe0000 !important;  
    }

    Best Regards,

    #651597

    jamieandrade88
    Participant

    it worked

    #651687

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

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

The topic ‘Menu and icons not changing color’ is closed to new replies.