Add shadow

Posted in: Newspaper
Post count: 225

How to add shadow. Check this: http://prnt.sc/au6m1s

Post count: 22421

Hi,
The theme has no such option available in it’s settings but you can add css borders like so:
.td-content-wrap{
border-left:1px solid #A8A2A2;
border-right:1px solid #A8A2A2;
}

Thanks.

Post count: 225

thanks

Post count: 225

Last night I update my theme (Newspaper 7) then shadow isn’t working. how to solve this.

Post count: 22421

Hi,
In order for the theme to apply the css in the theme panel you need to hit the save button again if you have not changed anything: http://screencast.com/t/qE6szXBPX3C Just access the theme panel and hit save. That should re-apply the css in the custom code boxes.
Thank you!

Post count: 225

not working check this: http://prntscr.com/b2d2ot

Post count: 23312

Hello Arafat,

Please try to add the !important tag to give a higher priority code. Please try the code below and replace it with the following ->

.td-content-wrap{
border-left:1px solid #A8A2A2!important;
border-right:1px solid #A8A2A2!important;
}

Hope this helps!

Thanks.

Post count: 225

not working check this: http://prnt.sc/b2o76z

Post count: 23312

Hello Arafat,

I have noticed that the classes in this regard were changed in Newspaper 7 and you have to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-main-content-wrap{
border-left:1px solid #A8A2A2;
border-right:1px solid #A8A2A2;
}

The result -> http://screencast.com/t/YgWpwzfbBjDK

Thanks.

Post count: 225

Done it’s working

Post count: 225

But no shadow here check this: http://prnt.sc/b2qltz And how to add shadow here.

Check my site: https://mydreamlives.com/

Post count: 23312

Hello Arafat,

If you want to have the same shadow for the entire layout, please try the code below and place it in Theme panel ->Cusotm CSS area.

The code is ->

.td-boxed-layout #td-outer-wrap {
box-shadow: 0 0 15px #ddd;
}

The result -> http://screencast.com/t/2jWghrc8pX3

Thanks.

Post count: 225

Awesome thanks! 🙂

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