Css blog content color

Hello together,

if i try to write a new article on my blog. The text is too small and if i change it to big so it is too big. can you help me to put some css in the custome css, so the blog texts will be alqays font: 16 and in black so i dont need to change the color

Hi Shahin,

Are you using the basic Wordpress editor for the posts? If so, please try this CSS:

.single-post .entry-content p, 
.single-post .entry-content p a, 
.single-post .entry-content a {
    font-size: 16px;
    color: #000;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.