Big grid – title background color

Posted in: Newspaper
Post count: 23

Hi

You guys are rocking the support! Thanks!

OK – On my homepage big grid 2- there is no color behind the title. I would like to add a color, please.

I tried this from another post – but no luck:
.td-sbig-title-wrap .td-sbig-title {
background-color: rgba(214, 77, 236, 0.7) !important;
}
.td-big-grid-title .td-sbig-title-wrap {
background-color: rgba(214, 77, 236, 0.7) !important;
}

Thank you!

Post count: 1291

Hi,

Try the following css: – http://screencast.com/t/shsS3KBo

.td_block_big_grid_2 .td-module-title a{
background-color: rgba(214, 77, 236, 0.7) !important;
}

or:

.td_block_big_grid_2 .td-module-title{
background-color: rgba(214, 77, 236, 0.7) !important;
}

Thank you!

  • This reply was modified 11 years by Emil G.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.