Hi there, i am trying to remove this drop-shadow from the left and right hand side of the page. I am assuming it is a setting, but can’t seem to find it within the theme. Can you help please.

Hi there, i am trying to remove this drop-shadow from the left and right hand side of the page. I am assuming it is a setting, but can’t seem to find it within the theme. Can you help please.

Hello There,
Thanks for posting in! To resolve your issue removing the shadow in your site, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-boxed-layout-active .site,
.x-boxed-layout-active .x-site {
border: none;
box-shadow: none;
}
We would loved to know if this has work for you. Thank you.
superb, thanks so much. issue resolved
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.