Home › Forums › All Other Themes › SKT Magazine – menu font ULC
- This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
April 18, 2018 at 3:27 pm #99524
I am having trouble with the navigation menu. In the demo the font is small and upper lower case (which is what I want). But when I installed it, it shows up as all uppercase and has so much room around each entry that it wraps to two lines. I prefer the menu to look like the demo, but how do I achieve this?
http://bvwatersmart2.tamu.edu/
Thanks!
April 19, 2018 at 12:35 pm #99591Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.sitenav ul li a { text-transform:capitalize; padding:8px 37px; line-height:49px;}
Regards,
ChrisApril 19, 2018 at 3:33 pm #99633That worked great for the menu, but I had placed the logo on the site, and now the logo is no longer visible.
Also – I want a smaller menu – when I tried to tighten down the menu – the first two menu items remained centered vertically, and the rest rose up. I am not sure why.
.sitenav ul li a { text-transform:capitalize; padding:8px 37px; line-height:49px;} – this worked but was too deep
.sitenav ul li a { text-transform:capitalize; padding:4px 37px; line-height:30px;} my changeshttps://bvwatersmart2.tamu.edu
Thanks!
April 20, 2018 at 9:44 am #99770Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.sitenav ul li a { line-height:45px !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.