Trouble with SKT CONDIMENTUM theme

Home Forums All Other Themes Trouble with SKT CONDIMENTUM theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #85331
    artemartem
    Member
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: December 28, 2016

    I have a problem with SKT condimentum theme. I try to change background color for main menu, but it changes only on PC version, not on mobile version.
    How to change background colors for main menu on mobile version?

    P.S. my web page – advokat-j.ru. Background colors for main menu are different for full version and mobile version . There is only one setting for background color in theme option. I change it. But changing takes place only for full version, not for mobile version. How to fix it ?

    #85351
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .header .header-inner { background-color:#7c7c7c !important;}
    .toggle a { background-color:#840000 !important;}	
    }

    Regards,
    Chris

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