Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #62816
    Cybersnaby
    Participant

    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!

    #62849
    Sakin
    Keymaster

    @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;
    }
    #63831
    Cybersnaby
    Participant

    Weird. 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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase Main Nav Menu Font Size’ is closed to new replies.