Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
i have changed the font-color and the font of h1-h6.
the font works, the font-color don’t work.
What’s wrong?
Hi Norbert!
Are you referring to the iconlist titles in that page? If so then add this to your custom CSS.
.iconlist_content h1 {
color: red !important;
}
Regards,
Elliott
Ok! Very good.
What must i do to change the text font (and color) from the H4-line which begin with
“Lieber Neuling und Interessent an der Guppyhochzucht,…”
Where can i see the -css-name-chapter (example – .iconlist_content -) in which I want to make my adjustment? I’m working under OS and Safari, but i can use Firefox too. Please give me a short example …
Thanks for your good support!!
Regards,
Nobby
Hey!
Are you only wanting to change that H4? You could try some inline CSS if so.
<h4 style = "font-size: 20px; color: red;">Some text</h4>
Your using it inside a textblock element so you can use inline CSS in that case.
Regards,
Elliott