This topic has 7 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #94483
     Aristoto
    Participant

    How do I add colour to the menu background (main menu) and reduce the height of the menu bar.

    #94596
     Radu
    Moderator

    Hi,

    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 solution
    #94789
     Aristoto
    Participant
    This reply has been set as private.
    #94920
     Radu
    Moderator

    Hi,

    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 solution
    #94939
     Aristoto
    Participant

    But 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

    #95113
     Radu
    Moderator

    Hi,

    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 solution
    #95940
     Aristoto
    Participant

    Thanks. 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.
    #96189
     Radu
    Moderator

    Hi,

    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
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?