Home Forums WoodMart support forum Guest text color

Guest text color

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

    agentiaclickclick
    Participant

    Hi,

    Where can I change the color of the guest name and the hamburger menu icon on mobile? I’d like them to be white instead of grey.

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

    Hello,

    Try to add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    .wd-header-mobile-nav .wd-tools-icon:before {
        color: white;
    }
    .wd-header-my-account .wd-tools-icon:before {
            color: white;
    }

    Best Regards,

    #703635

    agentiaclickclick
    Participant

    Hi,

    It doesn’t work.

    #703657

    Hello,

    Try to add this code in Theme Settings > Custom CSS > Global Custom CSS Area.

    .wd-header-my-account.wd-tools-element .wd-tools-text {
    color: #ffffff !important;
    }

    Best Regards,

    #703714

    agentiaclickclick
    Participant

    Hi,

    And for the mobile version hamburger menu and account icon?

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