- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 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 › All Other Themes › SKT Complete Pro Menu background full width color?
Tagged: SKT Complete Pro Menu background
Any CSS to color in the full width of the menu background? Not the whole header, just behind the menu. See example of where I mean here:
http://frankiejohnnieluigitoo.com/wp-content/uploads/2016/09/menu-back-example.jpg
Thanks in advance,
Bobby
Hi Bobby,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header.type3 .center { width:100%;}
.centerlogoarea #topmenu { background:#000;/*change menu background here*/}
.centerlogoarea #topmenu ul { width:1170px; margin:auto;}
Regards,
Shri
That works great for the main menu, however it messes up the sub menus.
See example of messed up sub menu here:
http://frankiejohnnieluigitoo.com/
Am I doing something wrong?
Bobby
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#topmenu ul li ul { width:220px !important;}
Regards,
Shri
Creating a website based on a popular WordPress platform but delivering the nature of another famous ecosystem called Ghost can be one of the most […]
If your ultimate goal is to create an artistically pleasing and aesthetic website or blog for your artistic portfolio, arts and craft, freelancer, digital portfolio […]
If you are planning to start your own WordPress based website, then there are a few things that you may have to do, starting with […]