Tagged: font sizes
-
AuthorPosts
-
June 5, 2014 at 12:33 am #274870
1. How do I change the <h2> font so it does not default to ALL CAPS? I would just like it to be Title Case. Id’ also like to make it orange. What is the best way to do that?
2. I would like to increase the font size of the top navigation. Best method for that?
Thanks,
DebJune 5, 2014 at 5:16 am #274937Hey debbienz!
Thank you for using the the theme!
1.) You can change the h2 styling on Enfold > Advanced Styling panel. Add this on Quick CSS or custom.css:
h2 { text-transform: none; }2.) For the menu links, again, go to Enfold > Advanced Styling panel then edit the Main Menu Links element.
Regards,
IsmaelJune 7, 2014 at 12:37 pm #276052hey,
#1 is exactly what i´m looking for to change on my site. copied the lines into the ‘qick-css’ doesn´t react.
also tried to edit the custon-css with different parameters like color, size, etc. – the only one that reacts is the ‘size’.
any ideas?
thx / sascha
June 7, 2014 at 10:47 pm #276141Hi Sascha,
Can you post the link to your website please?
Regards,
JosueJune 8, 2014 at 5:47 am #276159This reply has been marked as private.June 8, 2014 at 1:33 pm #276185Hey!
Alright. Please use this:
.template-page .entry-content-wrapper h2 { text-transform: none; }For h1 tags, this will work:
.template-page .entry-content-wrapper h1 { text-transform: none; }Regards,
IsmaelJune 9, 2014 at 10:23 am #276373that works fine!
thx ismael!
June 9, 2014 at 10:30 am #276375It’s working for me too, thank you very much.
June 9, 2014 at 10:43 am #276384Hi!
Thank you for confirming, glad Ismael could help :) We will keep the thread open for original poster.
Regards,
YigitJune 10, 2014 at 1:23 am #276771Yes, i was having the same trouble and this has solved it. Thanks everyone!
June 10, 2014 at 3:25 am #276798 -
AuthorPosts
- The topic ‘Changing font sizes and case’ is closed to new replies.
