Change text color inside a div

i would like to change the color inside the div but doesnt work
3
i cant post more than 1 screen because i am a new user
any idea?

Welcome to our community!

Find that particular class in your css file and change a value of the target property.

hi thx for your answer and for the welcome, but i have to create the css class from 0, thats my problem haha

If you are at a stage before CSS files, then you need this in your html file:

<style>
 /*  do you know how to specify a class selector in CSS? */
</style>

Are you asking for help on styling the css class? or do you not have access to a css file?

i have to create from 0 trough the css option in wordpress

Every WordPress theme contains its style. css file. You can find one in the /wp-content/themes/themename/ folder.

Take a look at this article:
wpastra

1 Like

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