Font Color Change: Front Page Preview Thumbnail Font Color

Posted in: Newspaper
Post count: 13

My website is: http://owlcomics.com/

All visitors are immediately greeted by about ~7 thumb nails with white text inside each thumbnail.

How do I change the color of those white texts? (pic link)
newspaper color

Note: I have tried all the options under the “Theme Color” in the Newspaper7 Theme Panel to no avail.

Post count: 23312

Hello Owlcomics,

If you want to change the color for your module title, you should use a bit of CSS code to do this. Try the code below and place it in Theme panel->Cusotm CSS Area.

.td_block_big_grid_7 .td-module-title a{
color:red!important
}

The result is here -> https://www.screencast.com/t/2KnFXvuYn

Thanks for the message!

Post count: 13

Thank you for the answer, this raises another question:
If I want a specific color, say, color code #00b5f7,
Is there a CSS code that’ll allow me to use this specific color code?

Post count: 20688

Hi,

Sure there is, you just have to modify the code provided above and use what color you would like for the title
https://www.screencast.com/t/ddPjUtYhbDS
You can use the color in any format you want – https://www.w3schools.com/colors/default.asp

Thanks

Post count: 13

Thank you all, it solved my dilemma.

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