-
Author
-
December 21, 2015 at 04:27 #94483
Aristoto
ParticipantHow do I add colour to the menu background (main menu) and reduce the height of the menu bar.
December 21, 2015 at 18:04 #94596Radu
ModeratorHi,
Please provide credentials to can view your website.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2015 at 19:04 #94920Radu
ModeratorHi,
Go to wp-admin -> theme options -> header options -> Main Menu Font size and Main Menu Height*
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 22, 2015 at 21:07 #94939Aristoto
ParticipantBut that is controlling the entire header height. The menu bar height which remains same.
And is it possible for the menu bar to have a different background colour?Thanks
December 23, 2015 at 18:36 #95113Radu
ModeratorHi,
Control menu neight with this css
COPY CODE.kleo-main-header.header-left:not(.header-scrolled) .navbar-collapse>ul>li>a { line-height: 45px!important; }
Regarding the menu bar please provide a screenshot that pointing out the menu bar
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 2, 2016 at 04:17 #95940Aristoto
ParticipantThanks. I was able to adjust the height with the CSS.
Is there a way to colour the background of the main menu.
And separately style the top menu too? See attached images.Thanks
Attachments:
You must be logged in to view attached files.January 4, 2016 at 18:06 #96189Radu
ModeratorHi,
Use this styles.
Topbar
COPY CODE.header-color.social-header { background-color: yellow; } .header-color .top-menu li > a, .header-color #top-social li a { font-family: monospace; color: red; }
MainMenu
COPY CODE.kleo-main-header .collapse { background-color: red; } .kleo-main-header .collapse li a{ color:green; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.