Activello Tagline

Does anyone know how to change the font and color of your tagline?

I put in the code to change the font but every time I typed in a new font it did not recognize it.
And I would like to change the color as well!

Thank you!

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Hi!

Here is my site

http://denimanddressblues.com/

I am wanting to chang the part that says “Lifestyle with Wendy” to a color and change the font.

hey there

Please add this CSS in appearance - customize - additional CSS

#logo .tagline {
color: rebeccapurple;
font-family: ‘Montserrat’, sans-serif;
}

Thanks!
Colorlib Support Team

Hi Thank you so much!

One more question…
well two haha

Is there a way to find these color online so I can customize it?

and is there a way to make the font cursive?

Morning :slight_smile:

  1. Yes, you can check this link: HTML Color Picker
  2. yes, thats possible, this will be a our final code:

#logo .tagline {
font-size: 15px;
font-style: italic;
color: rebeccapurple;
font-family: ‘Montserrat’, sans-serif;
}