Font Colors dont seem to change

Posted in: Newspaper
Post count: 187

I am trying to change the main body text color, it is black but is hard to read. The default color looks like the printer is about out of ink, and guess what if you print a page with the default color you can barely see it at all. So Im trying to make it black but doesnt seem to stay that way.

Font Colors

[img]https://i.imgur.com/ViR94ja.png[/img]

[Imgur](https://i.imgur.com/ViR94ja.png)

  • This topic was modified 7 years by bformhals.
Post count: 20688

Hi,

Actually the ajax menu doesn’t have a color setting. The date and excerpt have but only in flex blocks – http://prntscr.com/nvshpf
For default blocks I could give you a CSS code – http://prntscr.com/nvsjm8

.td_block_wrap .td-post-date, .td_block_wrap .td-excerpt,
.td_block_wrap .td-subcat-filter .td-subcat-list a,
.td_block_wrap .td-subcat-filter .td-subcat-dropdown span {
color: #000;
}

This will affect all the blocks as it is currently.

The initial color of the article titles in modules is this one
http://prntscr.com/nvsle6
Only flex blocks have options to color them differently – http://prntscr.com/nvslxz
For default blocks this should work – http://prntscr.com/nvsnv3

.td_block_wrap h3 > a {
color: #000;
}

This will also affect all the blocks as it is currently.

Regarding this – http://prntscr.com/nvsp1f I don’t quite understand what you want to do. Maybe you could explain a bit more.

Thanks

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