Home Forums WoodMart support forum Guest text color

Guest text color

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.
    #703755

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #703823

    agentiaclickclick
    Participant

    Check private

    #703888

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Your issue has been resolved. I have added the following css code in Theme Settings > Custom CSS > Custom CSS for mobile and tablet. Check back your site and check the issue.

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

    Best Regards,

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