Reducing transparency in article title background in Big Slide

Posted in: Newspaper
Post count: 90

I’d like to somewhat *reduce* the transparency in article title backgrounds on the slider.

Please see

http://aijaa.com/WpX5Q8

I wouldn’t like to change the title background into a solid color – just to adjust (slightly reduce) the transparency.

Would that be possible?

Thanks in advance.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css and change the color: http://screencast.com/t/C2WAd13PaIH

.td-sbig-title-wrap .td-sbig-title{
background-color: black !important;
}
.td-big-grid-title .td-sbig-title-wrap{
background-color: red!important;
}

Thanks!

Post count: 90

Hi Alin,

That seems to change the background color into a solid color (into black and red in your example). However, I would like to keep it transparent, only a little less so.

Can the degree of transparency be adjusted?

Post count: 7909

Hi,

That was example how to target it, you can use a rgba color for transparency: http://screencast.com/t/7YqiCca4Yr

Thanks!

Post count: 90

Great! I got it now. Thanks Alin.

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