CSS change for Mobile menu coloues

Home Forums WordPress Themes – Premium Lavish Pro CSS change for Mobile menu coloues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16745
    Alan
    Member

    Hi,

    I need to update the colours for the mobile menu across different screen sizes, tablet, mobile etc. I could not find this option in the theme customizing options, Where would I need to do this?

    http://www.ilovemybeard.co.uk/

    Thanks
    Alan

    #16746
    Binaya D
    Participant

    Hi Alan,

    Firstly please update your theme.
    Note: Please make a backup of your theme before you start updating.

    And please use the following css to fix your issue:

    
    @media screen and (max-width:992px){
    .lavish_header .lavish_head {
    	background-color: #fff !important;
    }
    }
    @media screen and (max-width:768px){
    .lavish_header .lavish_head {
    	background-color: #282828 !important;
    }
    }
    

    Note: Please use the custom css or child theme to write css.

    Thanks

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