Comments hukaya started the conversationMarch 30, 2018 at 9:09pmHow can I change the paragraph text size and color?The Body Font Option setting in Appearance/Typography allows only font type changes. 1,974Support repliedMarch 31, 2018 at 10:19pmHi there, you have a flexible tool in custom cssfor example to change the overall properties of paragraph's font:p { font-size: 18px; line-height: 28px; .. add here more properties}or depending of contextfor example.maestro_portfolio-template-default p { font-size: 18px;}will change the font size only in single portfolio pages.Add the code in theme options -> styling options -> custom CSS or customizerThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How can I change the paragraph text size and color?
The Body Font Option setting in Appearance/Typography allows only font type changes.
Hi there, you have a flexible tool in custom css
for example to change the overall properties of paragraph's font:
p {
font-size: 18px;
line-height: 28px;
.. add here more properties
}
or depending of context
for example
.maestro_portfolio-template-default p {
font-size: 18px;
}
will change the font size only in single portfolio pages.
Add the code in theme options -> styling options -> custom CSS or customizer
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy