Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #207839

    Hello,

    Can you please tell me how we can increase the default font size? Whatever the best practice is for doing this please let me know. We are using the Enfold Child theme.

    Thank you!

    #207847

    Hey Lead!

    You can add something like this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    Best regards,
    Ismael

    #207849

    Hi Ismael,

    Thanks – that worked! How about the font size in the main menu at the top?

    #207853

    Hi!

    Please use this:

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

    Regards,
    Ismael

    #207893

    Hi Ismael,

    That did not seem to work. The main body text is larger per the first fix but the font in the menu has not changed. I want to change the font size of the words in the header menu as well as (maybe separately) the font size of the words that in the drop down of the menu.

    Here’s what I have in the quick.css section:

    /* Below added on 1/10/14 to make the main body text larger. */
    body, body p {
    font-size: 15px;
    }

    /* Below added on 1/10/14 to make the header larger. */
    .main_menu ul:first-child > li > a {
    font-size: 15px;
    }

    #207901
    This reply has been marked as private.
    #208007

    Hey!

    Ismael’s code should work. You can try adding !important to force it as following

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

    Best regards,
    Yigit

    #208083

    Hello Yigit/Ismael,

    I tried both of your suggestions, cleared cache, etc. and neither one works. I am 100% sure it doesn’t work since I tried super large font such as 25px and it doesn’t make a difference. How could you help me resolve this? We were hoping to go live with our site this weekend.

    Thanks!

    #208108

    Hey!

    Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor with !important rule. It should work

    Best regards,
    Yigit

    #208240

    Hi Yigit,

    I added the code to the bottom of the Style.css file in child theme under Appearance > Editor with the !important rule. That does not work either. Can I somehow privately send you my WordPress login credentials to take a look?

    Thank you.

    #208243

    Hi!

    You can post it here, please make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button and tell us what font size would you like to use?

    Best regards,
    Yigit

    #208264
    This reply has been marked as private.
    #208283

    Hi!

    I changed the font size, please check here: http://site-test2.leadliaison.com/

    Regards,
    Ismael

    #208348

    Hi Ismael,

    That looks great! Can I ask what you did differently that I wasn’t doing? I’d like to document the changes.

    Thank you!

    #208355

    Hi!

    I added the css code we provided on Quick CSS then add the !important property.

    Regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Increase Default Font Size’ is closed to new replies.