Page shadows, sides and bottom

Hello,
I searched and tried using the css from a previous support request, but it didn’t work for me. I am trying to remove the shadow on the right, left and bottom of the page at the url below.

http://thetransgressives.com/

Hi @randalljlane,

Please add the CSS code below to Pro > Theme Options > CSS:

body .entry-wrap {
    box-shadow: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

worked perfectly. Thank you.

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.