- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Trouble with SKT CONDIMENTUM theme
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 ?
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
Free Custom WordPress Themes and Templates If you really looking to create a website with a custom feature then you must try Free custom WordPress […]
Free Technology WordPress Themes and Templates Before you pick a theme for your business website, make sure to conduct good research on it. Keep a […]
HTML5 WordPress Themes Actually all of the coded themes of SKT Themes are based on HTML5 since from the start we have implemented HTML5 standards […]