How to change Big-grid text background

Posted in: Newsmag
Post count: 7

Hello,

how can i change the title background like this ?

big grid

The Background behind the title should be black with opacity 0.6.

I cant find an option like this.

Post count: 23312

Hello Bobby_Ocean,

If you want to change the background for your big grid meta, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-big-grid-meta{
background-color:red!important;
opacity:0.6;
width:100%!important;
}

The result is here -> http://screencast.com/t/Vkh4BcVx9uZ

Thanks for your understanding!

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