dkadvertising+ 0 Report post Posted September 26, 2012 I was previously able to remove the 'features' drop shadow using the below code within the Pagelines Customize plug-in. #feature-area { box-shadow: none; } However, after updating to Pagelines 2.3. The drop shadow is back and the code no longer works. I've been using Firebug to see if the div tag changed and I've tested using different classes. But to no avail. Please help with a CSS code to turn it off? Share this post Link to post Share on other sites
catrina 103 Report post Posted September 26, 2012 The code selector would need to be revised to be more specific. Is the site dk-advertising.com? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
dkadvertising+ 0 Report post Posted September 26, 2012 The site is for a client. That is my own website. It is a site in development. http://184.172.185.30/~cmplive/ Share this post Link to post Share on other sites
catrina 103 Report post Posted September 26, 2012 Please try: #page #feature-area {box-shadow: none;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
dkadvertising+ 0 Report post Posted September 26, 2012 Thank you! This worked. Share this post Link to post Share on other sites
catrina 103 Report post Posted September 26, 2012 No problem! Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites