Remove box shadow on pages (not blog)

I need to use the content left, sidebar right layout for pages. I would like to remove the box shadow styling for those pages and adjust the padding to be less.

Ideally, I’d like to keep the box shadow and padding for the blog index and blog post pages.

I’ll provide credentials and links in a secure note.

Hi @WaggingLabs,

Please add this code in X > Theme Options > CSS:

.page-template-template-layout-content-sidebar .entry-wrap {
    box-shadow: none;
    padding: 15px;
}

Hope this helps.

Thank you very much, that worked well. I have one more related request that I’ve been unable to target.

Below is a screenshot of the left and right margin that I’d like set to zero. This would be set for all pages with this layout.

Hello @WaggingLabs,

Thanks for writing in!

Please inspect the Section > Row and under Setup Turn Off Inner Container option.

Thanks.

Wow. I’m a little embarrassed that I missed that setting. Thank you very much!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.