Customization of big grid effects

Posted in: Newspaper
Post count: 5

Hello!

I have some knowledge about CSS, it is however the first time I play with someone else’s code and I’m having a hard time customizing Newspaper theme, especially the grids.

I would like to make the images here less dark. I’ve been trying to find the right class to edit for an hour but couldn’t find it.
Picture
Note: it’s the “Grid style 6 – Lightsky”

Could you help me get un-stuck there please?

Thanks in advance!

Post count: 20685

Hi,

You can change the opacity of the image using this code, just enter it in Theme panel->Custom Css (Default is .7 change it with values between that and 0, closer to 0 meaning less opacity) Please let me know if this dows not work for you

.td_block_big_grid_5 .td_module_mx12 .td-module-thumb a::before {
opacity: .3;
}

Result with code added – http://screencast.com/t/uIuY0ZBx
Thanks

Post count: 5

Thanks for the quick answer, that’s what I was looking for!

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