Viewing 7 reply threads
You must be logged in to reply to this topic.
How can you change a particular title heading color?
If I place the tile heading in a column and set in the column settings the font color, it doesn’t work.
Hello,
You should set the font color for the heading element, not the column. You can do it via css. Add the code (ex: h2 { color: #fff; }
) in your custom css box or create a new css class and assign it to the column in Column Settings > General > Extra Class Name.
Best regards!
Hello,
Can you please send us the url, where is this running? So we can give precise advice.
Best regards!
Hello,
Your site is in ‘Comming soon’ mode. I can’t see the sentences mentioned. Please send us your wp credentials so i can see them.
Best regards!
Hello,
Please add these lines into your custom css box:
.block_title.section_title h1 {
color: rgb(210, 206, 201);
}
Best regards!
You must be logged in to reply to this topic.