Could you please help me and tell me where in the layout.css file I can change the font size for the H1, H2, H3 and H4 tags?
Many thanks!
Dan
Hi Dan!
You shouldn’t ever modify the theme css files directly to make any changes. Instead, add your css to the Quick CSS field in the theme’s styling tab or the custom.css file in the css folder.
For this it would be something like:
#top .entry-content-wrapper h1 {
font-size: 18px;
}
And then the same for each. The #top id gives it higher priority and the .entry-content-wrapper keeps inside that class.
Regards,
Devin
Devin:
You guys are absolutely fantastic at how fast you respond to inquiries!
Your code worked perfectly! Many thanks.
Now I need a little more help.
Can you look at the following screenshot and tell me if you can help me make the changes shown?
http://prntscr.com/2q1cv1
Thank you,
Dan
Hi!
Please add following code to Quick CSS as well
.social_header .phone-info { font-size: 16px; }
#top .social_bookmarks li a { font-size: 17px; }
.content { padding-top: 10px; }
What type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab
Regards,
Yigit
Absolutely perfect! Many thanks!