Individual H1 headlines Change font color

Hello BeTheme team,

I would like to change the text color of my headlines in some individua places. Is there a CSS command for this?

At the moment I just misused the h5 and h6 headlines and formatted them in a different color. However, this is not good for SEO optimization....

Thank you for your answer.

Many greetings

Comments

  • Hi,
    you can use the custom css only for a page in the page options. Edit the page and scroll down to the page options, there you will find a custom CSS field.

    You can use css like, h1 {color:red !important;}
    thanks
  • Hi,
    which means that I cannot define a different color for a single heading element on a page, but only globally for all h1?
    Thanks
  • You can ofcourse add a class="custom-h1" to any element and define the colors with a class.
    Obviously this will only work for the H1 elements that are inserted manually.
    You can also define it inline like: <h1 style="color:red;">content</h1>
  • Thanks, it works! :-)
Sign In or Register to comment.