Help to Change Font Color CSS on only my Blog?

Hi,

I wondered if you could help me. I’m trying to define the font color and styling of the typography specifically for my blog, as I want it to be different from the rest of the site.

I’ve tried adding this code to the global CSS:

But nothing changes…

What do I need to do?

Thanks

Hi @Seneca,

Thanks for reaching out.

It’s being overridden by other CSS especially the theme has its own options for Typography and color. You should use those options instead. Please check this

https://theme.co/apex/forum/t/customizer-typography/134 (it’s now in X or Pro > Theme Options instead of Customizer)

But if you really wish to implement that CSS then you should apply !important too.

Example,

.blog span { color: #ffffff !important; }

Thanks!

HI There,

Can you please confirm if the issue has been resolved?

Thanks

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