Home Forums WoodMart support forum Guest text color

Guest text color

Viewing 2 posts - 1 through 2 (of 2 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,

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