Tagged: font
-
AuthorPosts
-
January 10, 2014 at 7:24 am #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!
January 10, 2014 at 7:38 am #207847Hey Lead!
You can add something like this on Quick CSS or custom.css:
body, body p { font-size: 15px; }
Best regards,
IsmaelJanuary 10, 2014 at 7:47 am #207849Hi Ismael,
Thanks – that worked! How about the font size in the main menu at the top?
January 10, 2014 at 7:57 am #207853Hi!
Please use this:
.main_menu ul:first-child > li > a { font-size: 15px; }
Regards,
IsmaelJanuary 10, 2014 at 9:53 am #207893Hi 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;
}January 10, 2014 at 10:12 am #207901This reply has been marked as private.January 10, 2014 at 1:54 pm #208007Hey!
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,
YigitJanuary 10, 2014 at 5:50 pm #208083Hello 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!
January 10, 2014 at 7:22 pm #208108Hey!
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,
YigitJanuary 10, 2014 at 11:14 pm #208240Hi 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.
January 10, 2014 at 11:16 pm #208243Hi!
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,
YigitJanuary 10, 2014 at 11:49 pm #208264This reply has been marked as private.January 11, 2014 at 2:45 am #208283January 11, 2014 at 6:46 am #208348Hi 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!
January 11, 2014 at 7:07 am #208355 -
AuthorPosts
- The topic ‘Increase Default Font Size’ is closed to new replies.