Body text size and color

Hello,

Is it possible to change the font size and color for the body text? I would like it like this:

Body text size: 16 px
Color: #000e1e

Thanks!

Never mind, I figure this out!

Awesome great to see you got that figured out.

Please advise if you have more questions.

Have a fantastic day!

Hi, I’d also like to increase the font size of the body text in Shapely, particularly for the Testimonials section, but I think increasing the size for all body sections will be helpful. Is there CSS code I should add? I saw this in the Illdy forum section but didn’t know if it also applies to Shapely:

body,
.front-page-section .section-header p,
#latest-news .section-content .post .post-entry,
#blog .blog-post .blog-post-entry p,
.widget ul li a,
#blog .blog-post .blog-post-tags li a,
#blog span {
font-size: 25px !important;
}

My website is http://thepowerofprinciples.com/

Thanks!

@sarahmcb3 To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

@sarahmcb3

This is the CSS I put in the Custom CSS, with the specific values I needed:

body {
font-size: px;
line-height: px;
font-family: ;
color: #;
}

Hope this helps!

HI @rainstorm,

Thank you for your help,

Cristian