How to change the text color for [Tagdiv] text with title widget in the footer?

Posted in: Newspaper
Post count: 11

Hi, i came across this problem where I could not change the text color using the [Tagdiv] Text with Title widget for my website under the “Footer” section. The text looks very dark like this [Click for Image].

May I know how do I change the text color?

Post count: 20688

Hi,

Please try this code to change the color of the text, only on the Block text with title. You can change the color to what you like in the code

.td-footer-wrapper
.td_block_text_with_title {
color: white;
}

Enter it in Theme panel->Custom Css. Please let me know if this works for you.

Thanks

Post count: 11

Hi,

It works but then I realized the font size is not the same as the info content [image]..

How do I change the font size?

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.