color title

Hi,

How can i change the title color from black to a something else ?
and the font size?
http://ontwerp.dennis-sports.nl/voorbeeld-pagina/

thanks a lot!

greets Dennis

Hello,

Use this CSS code to change the title color and size:

#blog .blog-post .blog-post-title{
color: #c31432;
font-size: 36px;
}
#blog .blog-post .blog-post-entry p{
font-size: 26px !important;
}

The above code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a Custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if this is what you were looking for.

Regards

Thanks a lot!!

This is what i’m looking for.
I change my code with notepad ++ in the main.css and then i copy it with fileZilla.

will it be lost when i get a update?

Hello uberoor,

That’s the way forward to change the color scheme!

As for the question, yes, you will lose this if you update the theme as that would require to overwrite the files.

But you should always keep a backup and you can just skip or replace the CSS file.

Moreover, you can create some other css file, use a child theme, a css plugin or other workarounds.

Best regards

Thank you.

I have always a backup on my computer.

Maybe i have some more but for now it’s oke.

Best Regards.

Dennis