Hello,
How can I make the main copy within my blog larger?
Thanks!
Marissa
Hey marissaconniff,
Can you post a link to the page mentioned?
Best regards,
Nikko
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-content-slider .slide-entry-title { font-size: 20px; }
Best regards,
Yigit
Hello,
Sorry – I meant I’d like to change the size of the main body text within the blogs themselves. For example: http://twosixdigital.com/blog/landing-page/
Marissa
Hi,
It seems like you are using Advanced Layout Builder to create your blog posts. You can simply edit your text block elements and increase their font sizes. Or you can use following code instead
.single-post p, .single-post li {
font-size: 16px;
}
Best regards,
Yigit
Yay! Thank you!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit