Remove the shadow

Posted in: Newspaper
Post count: 225

How to remove the shadow only mobile version. Check this: http://prntscr.com/aru678

  • This topic was modified 10 years by Arafat.
Post count: 22421

Hi,
You can use this custom css code to do it:
@media (max-width:767px){
.td-header-gradient:before{
display:none!important;
}}

Add it in the standard theme css box.
Thank you!

Post count: 225

thanks it’s work…

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