Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22521

    This is what my quick CSS looks like now and its not working, any ideas? Ijuyst want the words bigger.

    it doesnt seem to change the size.

    #header {

    position: fixed;

    }

    #main {

    margin-top: 152px;

    }

    #top .social_bookmarks li a {

    font-size: 30px;

    }

    .main_menu ul:first-child > li > a{

    font-size: 21px;

    }

    #116068

    Hey mohitso,

    Can we see your site live? We can inspect the code and see what css should be used to accurately target your main menu and make the font size larger.

    Regards,

    Devin

    #116069
    #116070

    Hi!

    Insert following code into the quick css field:

    .main_menu ul:first-child > li > a {
    font-size: 13px;
    }

    and use another font size value.

    Best regards,

    Peter

    #116071

    doesnt seem to work either.

    #116072

    Hi,

    The code Peter suggested should work. Please try to remove browser cache the reload the page again. Change the value to 17px or larger so that you can see the effect.

    What kind of header are you using?

    Regards,

    Ismael

    #116073

    I have the same problem. I am using the ¨Header with social icons and bottom navigation¨. I tried the above code in the Quick CSS field and it had no effect.

    #116074

    Hi,

    Try this on your Quick CSS or custom.css

    .menu-item a {
    font-size: 20px!important;
    }

    Regards,

    Ismael

    #116075

    .menu-item a {

    font-size: 20px!important;

    }

    Thanks man, this one works

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘My Quick CSS? How do I make menu font in header larger?’ is closed to new replies.