Changing All Big Grid Post-Date Font Color?

Posted in: Newspaper
Post count: 36

View post on imgur.com

I’d like to change the font color for all Big Grid post dates, including the new Big Grid fulls. I tried my hand at doing it and was able to accomplish it if I targeted specific blocks like this:

.td_block_big_grid_fl_1 .td-post-date {
color: #6491e2;
}

But how do I do it universally across all big grids?

Thanks!

Post count: 23312

Hello wuche,

You should use a bit of CSS code to change the color of it. Try the code below and place it in Theme panel -> Custom CSS area.

.td_block_big_grid_1 .td-post-author-name a{
color:red!important;
}
.td_block_big_grid_1 .td-post-date, span{
color:red!important;
}

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

Thanks.

Post count: 36

Thanks!

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