Changing paragraph font and annoucnment color

Good Evening Team,

Clevisco.ae

How do I change the font color of the announcement to white? , even though it is white on the theme edditor

How do I change the color of all paragraphs to black(because it is difficult to read) except the announcement?

thank you

@zrf100 , I can see it’s already white and black. Had you solved the issue?

Is there any other help you need?

  • the color of the paragraph text is grey, even in the product pages

@zrf100 , okay

Add the below line of CSS code at the end of your base.css file.

body .rte *, body .rte{
color:#000;
}

let us know if you have any doubts.

i just did the change but the paragraph color is still the same grey

it worked. thank you so much