I have Blog Style set to ‘Advanced Layout’ and I’ve created a Blog Post with Advanced Layout enabled. How do I style the title of the Blog Post? Specifically, I’m just trying to change the text size at this point. I’ve tried using Quick CSS suggestions from the forums and nothing seems to work. I’ve tried inspecting the element with Chrome and I’ve tried CSS Hero. With both tools I’m struggling to find the element to change.
http://www.accuritpresence.com/how-we-do-it-website-performance
Thank you,
Ryan
Hey Ryan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post h1.main-title.entry-title {
font-size: 20px;
}
Best regards,
Yigit
Good to go. Thank you!