- This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Black/White Theme Support › Dropdown Menu Background
I would like to change the background color, and the width of the dropdown menus from the nav. My url is http://ramonasoulpurpose.com. The dropdown menu in question is under the SoulPeaceProject tab on my nav. I can’t figure out how to do it? How can this be done?
Hi Jordan,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .nav ul li ul li a{background:#000000 !important; width:190px !important;}
Regards,
Brad
That worked great for the desktop but the mobile version is still messed up. How can I fix that? Thanks for the help!
Hi Jordan,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:979px) {
.header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
.header .header-inner .nav ul li ul li a { background:transparent !important;}
}
Regards,
Brad
For visitors to properly scroll and browse through your articles or content it is essential that one adds nice pagination to their blog or other […]
Setup WordPress CDN Your WordPress website loads slowly, and you’re losing visitors by the second. Sound familiar? A sluggish website doesn’t just frustrate users—it hurts […]
Best WordPress CDN Plugins for Images Slow-loading images can be a major roadblock for any WordPress website. They frustrate visitors, hurt your user experience, and […]