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

  • Author
  • #108815
     cybercreative
    Participant

    Is kleo compatible with uber menu? Also, how would I make font in drop down menu larger?

    #109048
     Radu
    Moderator

    Hi,

    Yes is compatible see here: https://archived.seventhqueen.com/documentation/kleo#ubermenu

    Try with this css

    COPY CODE
    
    ul#menu-main-menu .dropdown-menu>li>a {
        font-size: 33px;
    }
    

    Add this css to wp-admin -> theme options -> quick css

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116161
     cybercreative
    Participant

    Thanks, I tried adding this code but it had no affect, the drop down menu text is still the same size.

    #116291
     Radu
    Moderator

    Hi,

    Try with this css

    .ubermenu .ubermenu-nav .ubermenu-column-full ul li { font-size:18px; }

    Let me know

    cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116300
     cybercreative
    Participant

    Sorry, this is actually for a different website I have that also uses kleo theme but does not use ubermenu. The last code would be for ubermenu right? Anything that would work for the normal/standard kleo main menu drop down text? Thanks for you help!

    #116566
     Radu
    Moderator

    Yes, the snippet is for uber menu.

    Try this css for the default kleo default menu

    COPY CODE
    .navbar .dropdown-menu li a {
        font-size: 14px !important;
    }

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #116659
     cybercreative
    Participant

    Works great! Thanks very much!

    #116846
     Radu
    Moderator

    Great

    Have a nice week

    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?