-
Author
-
March 6, 2016 at 05:59 #108815cybercreativeParticipant
Is kleo compatible with uber menu? Also, how would I make font in drop down menu larger?
March 7, 2016 at 18:20 #109048RaduModeratorHi,
Yes is compatible see here: https://archived.seventhqueen.com/documentation/kleo#ubermenu
Try with this css
COPY CODEul#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 solutionApril 13, 2016 at 03:59 #116161cybercreativeParticipantThanks, I tried adding this code but it had no affect, the drop down menu text is still the same size.
April 13, 2016 at 17:25 #116291RaduModeratorHi,
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 solutionApril 13, 2016 at 17:53 #116300cybercreativeParticipantSorry, 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!
April 14, 2016 at 15:37 #116566RaduModeratorYes, 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 solutionApril 15, 2016 at 16:59 #116846RaduModeratorGreat
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.