- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 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
Are you in search of publishing your website at a minimal, the user hasr also evolved and is constantly trying toimprove their websites’ aspectse themes […]
How to Add WordPress Multiple Authors in a Blog or Website? For adding multiple plugins, Author Avatar Lists Plugin works efficiently that you can easily […]
WordPress content management system comes with prebuilt post revision functionality. It’s a system that keeps the record of each added publication or draft made on […]