Post Block Background and Shadow

Posted in: Newspaper
Post count: 51

Hello,
I am using Block 12 here on a part of my webiste.

I was looking forward to change the background color of each article, and add a shadow to it, just like a card. Here is exactly what I want.

Please help ASAP.
Thanks.

Post count: 22421

Hello,

Sorry but our theme has no such setting. If you want to change the background color of a row in visual composer, this can be done from the row settings: http://screencast.com/t/yGItmgIkG and then use this css:

.td_block_12 .td_module_wrap{
background-color: white;
border-radius: 10px;
margin-bottom: 10px!important;
margin-top:10px;
}
.td_block_12 .td_module_11{
padding-bottom:20px!important;
}
.td_block_12 .td-module-thumb, .item-details{
padding-top:10px!important
}

result: http://screencast.com/t/twJzIfr7Wi

Thank you!

Post count: 51

Thank you so much 🙂

Post count: 51

So, I changed the background color, and Row design settings, but there is this specific line across the complete page, which is white, and I want to recolour it to color hex: #e8e8e8

here is what i am talking about:

Post count: 22421

Hi,

You can use this code:
.td-main-content-wrap{
background-color:#e8e8e8;
}

This will aplly for all pages though. If you only want it to aplly to the homepage then put a ‘.home’ and a space before the code.

Thanks

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