How to make glass's featured image ON CATEGORY TEMPLATE more transparence?

Posted in: Newspaper
Post count: 26

Hi, I speak spanish…

Quiero saber cómo hacer que la imagen destacada de las categorías (category template) se vea más transparente.

http://prntscr.com/7y7oel

¡Gracias!

Post count: 1291

Hi,

Add the following css to Theme Panel -> Custom CSS:

.td_category_template_6 .td-category-header {
background-color: rgba(0, 0, 0, 0.5);
}
.td-image-gradient-style8:after {
-webkit-box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
box-shadow: inset 0 0 188px 0 rgba(0, 0, 0, 0.5);
}

Play with the 0.5 parameter, it’s the opacity, 0 is transparent and 1 is opaque.

Thank you!

  • This reply was modified 11 years by Emil G.
Post count: 26

THANKS!

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