Home Forums WoodMart support forum Change the background color of mobile menu

Change the background color of mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443255

    Akmal Baig
    Participant

    How can I change the background colour of the mobile menu background? There is no option to change it.

    #443319

    Hi,

    Add this code to the Theme Settings > Custom CSS > Global> Custom CSS for mobile

    body .wd-nav-mobile>li>a {
        color: green;
    	  background-color:black;
    }
    body .wd-nav-mobile>li>a:hover {
        color: white;
    	  background-color:black;
    }

    Please replace the colors as per your needs.

    Best Regards.

    #443893

    Akmal Baig
    Participant

    This CSS is changing only the background of the text area inside the mobile menu. But I want to change the whole bar background color. Please help.

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

    Hi,

    Please replace the background colors as per your needs.

    body .wd-nav-mobile>li>a {
        color: green;
    	  background-color:red;
    }
    body .wd-nav-mobile>li>a:hover {
        color: white;
    	  background-color:red;
    }

    Best Regards.

    #444221

    Akmal Baig
    Participant

    The issue was resolved. Thanks for your support

    #444227

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change the background color of mobile menu’ is closed to new replies.