Home Forums Pro Themes WEN Business Pro Change colour of mobile view in Wen Business Pro when viewed on a mobile device

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98261
    Jennifer Sims
    Participant

    Dear Support,

    Could you please advise how to change the colour of the mobile menu view link in Wen Business Pro theme. Also, is it possible to change the background colour of the menu when it opens.

    Kind regards Jen

    #98262
    wensolutions
    Keymaster

    Hello @simsdesign,

    Can you please provide your site URL so that we can provide a precise fix on this?

    Hoping to hear from you soon.

    Thank you.

    #98263
    Jennifer Sims
    Participant
    #98281
    wensolutions
    Keymaster

    Hello @simsdesign,

    Please add below given CSS to change of the mobile menu view link by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 767px){
    #mobile-trigger .fa-bars:before {
        color: #000;
    }
    }

    Now to change background color of the menu section add below given CSS.

    ul#menu-main-menu,
    ul.sub-menu[id*="mm-"] {
    	background: #f00;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.