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?
5 replies to this topic
#1
Posted 26 September 2012 - 04:12 PM
#2
Posted 26 September 2012 - 04:34 PM
The code selector would need to be revised to be more specific. Is the site dk-advertising.com?
#3
Posted 26 September 2012 - 04:58 PM
The site is for a client. That is my own website.
It is a site in development.
It is a site in development.
#4
Posted 26 September 2012 - 05:14 PM
Please try:
#5
Posted 26 September 2012 - 05:47 PM
Thank you! This worked.
#6
Posted 26 September 2012 - 06:29 PM
No problem!










