Remove header shadow in style 8

Posted in: Newspaper
Post count: 20

Hi,
how is possible to remove header shadow in style 8?

http://s31.postimg.org/ez3iat40r/shadowsss.jpg

Post count: 22421

Hi,

The theme has no setting for this, but you can use a bit of css to hide the containers for this template:
.td-post-template-8 .td-post-header{
background-color:transparent!important
}
.td-image-gradient-style8:after{
display:none!important;
}

Thank you!

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