Change Big Grid Article Title Color?

Posted in: Newspaper
Post count: 28

I have searched the forums and all the documentation i can find however I can’t seem to find where to change article title colors in Big Grids (specifically Big Grid 4). I don’t see the setting under “General.” Please help!

Post count: 23312

Hello ljcarrico,

You should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_mx5 .td-module-title a{
color:red;
}

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

Thanks for the message!

Post count: 28

Thanks for the reply. I tried this:
.td_module_mx5 .td-module-title a{
color:#dc7b77;
}
however it didn’t work…and now that we’ve built most of the site, it seems like the colors in most of the big grids are defaulting to another color vs our theme colors. Any additional help would be appreciated. url is http://www.sparkl.ist if you’d like to see. The default color seems to be orange however we want #dc7b77

Post count: 20688

Hi,

That is full big grid 4, it will require a different code to change the article title color for it
https://www.screencast.com/t/khyGoQPDpy7

.td-blog-fitness .td_block_big_grid_fl_4.td-grid-style-4 .td_module_mx21 .td-meta-info-container .td-module-title a{
color:#dc7b77;
}

There is no specific setting to change the color of titles in the grids. For blocks there are settings.

Thanks

Post count: 28

Thank you! How do I change the hover color?

Post count: 20688

This would be for that – https://www.screencast.com/t/FxvaenffQcV
It will affect only the big grid, the other modules will maintain the original demo custom design

.td-blog-fitness .td_block_big_grid_fl_4 .td_module_wrap:hover .td-module-title a {
color: blue!important;
}

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