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!
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
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
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;
}