Grid opacity

Posted in: Newspaper
Post count: 39

Hi guys,
I have installed the 6.3.3 version and i want to know if is possible to change the opacity for the images in big grid and how.
Thank you,
M

Post count: 23312

Hello madpixel,

Please try the code below and place it in Theme panel->Custom Css area. You can adjust the opacity value as you wish until you get what you want.

.td_block_big_grid_3 .td-animation-stack-type0-2 {
opacity: 0.1!important;
}

The result you should see here: http://screencast.com/t/z3Y9RAa7waZc

Above I gave you an example for Big Grid 3. If you want use another Big Grid, you have to change the number of this in your code.

Hope this helps and let us know how it goes!

Thank you!

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