How to make title more transparent

Posted in: Newsmag
Post count: 152

How to make this yellow title block more transparent?

Post count: 23312

Hello Syams,

If you want to make these changes, please notice that you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusotm CSS area and you can adjust the values by your desire.

The code is ->

.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta {
background-color: transparent!important;
}
.td-scandal .td-scandal-big-grid .td-grid-style-2 .td-big-grid-meta a{
color:white;
}

The result you should see here -> http://screencast.com/t/TitDNfhBKD

Please notice that you should have installed the Scandal Magazine demo if you want that the above code to work as properly.

Thanks for the message!

Post count: 152

How to make it 50% transparent?

Post count: 22421

Hello,
You can use the opacity property:
http://www.w3schools.com/css/css_image_transparency.asp
Thanks.

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