Title Compoent Change Text Colour

How can I change the colour. of the text in the title component please ?

You can use custom CSS to do so. But you need to be on a paid plan.

I am on a paid plan.
how do I use CSS to do this please ?

Robert Turner

71-75 Shelton Street,
Covent Garden,
London,
United Kingdom,
WC2H 9JQ

Here you go!

If you need further help, just let us know!

HI Friend,

  1. You need a Paid Plan
  2. Go to Settings/Appearance/Custom Css
  3. Iin the field Custom Css you need Write your Css code
  4. Go to Layout
  5. Rightclick and Inspection
  6. You need select with the selector component of the inspector the component
  7. Identificate the name of the text class in this case is “p”
  8. Go again in the Custom Css field, located in the Settings
  9. Explain your Css, Example:
  10. If you need understand the Css, ChatGTP can help You
  11. Go to Layout, i advice you add a container and add your component inside this,
  12. Go to Container Options
  13. In the Field Css Clas, paste you css class name, in the Example: custom p
  14. Finish, the css example like this

    Obs: I Applicate the Css in a Card Collection, in the Meta Text, Sorry for my Inglish, i´m learning
1 Like