Big Grid 6 – Color Opacity

Posted in: Newsmag
Post count: 15

I really like Big Grid 6 but I feel the color overlays are too strong. Is there a way for me to reduce the opacity of the color overlays?

Post count: 6535

Hi

Try this css in theme panel > custom code custom css: http://screencast.com/t/WLXl5Myl4MvK

.td-grid-style-1 .td-module-thumb a:last-child:before {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(76, 81, 117, 0.79) 100%)!important;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.