- This topic has 2 replies, 2 voices, and was last updated 9 years, 4 months ago by Cybersnaby.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
August 11, 2015 at 4:33 pm #62816CybersnabyParticipant
Hi!
How could I use custom css to increase the man nav menu font size (and maybe centralise it to, although this isn’t essential). I’ve tried this, but it’s not working:
.catch-base-nav-menu a { font-size: 20px; }
Thanks!August 12, 2015 at 12:33 am #62849SakinKeymaster@Cybersnaby: Please post in your site URL so that I can check in why it’s not working. The following should work fine. Did you add that css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.catchbase-nav-menu a { font-size: 20px; }
To center it, you can add the following css:
.nav-primary .wrapper { text-align: center; } .nav-primary .menu, .nav-primary.search-enabled .menu { display: inline-block; float: none; margin: 0 auto; }
August 15, 2015 at 12:26 am #63831CybersnabyParticipantWeird. Tried it this time after a couple of days and works fine!
Perhaps a cache issue before or something.
Anyway – it worked – thanks for your help Sakin.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Increase Main Nav Menu Font Size’ is closed to new replies.