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
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
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
which means that I cannot define a different color for a single heading element on a page, but only globally for all h1?
Thanks
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>