Jump to content
Sign in to follow this  
Denis Ciumbargi

Content Shadow - reduce opacity or color change possible?

Recommended Posts

Denis Ciumbargi

Hi, i have tried to see if this has been answered before but i have found nothing. Sorry if it was written already and it is my bad. I would like to change the content shadow color or at least to reduce it's opacity while in fixed mode. any chance i can do that? Any code i need to alter? Thank you


Where there is love, I'll be there.

Share this post


Link to post
Share on other sites
catrina
There isn't a way to change the shadow color and its opacity in the settings, but you might be able to with CSS. You'll need to disable the content shadow, however, and recreate the shadow effect with CSS for the page canvas.

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
Denis Ciumbargi
Is there a list of codes somewhere for each element inside the page lines framework ? For example .page-canvas or #pagecanvas in order to apply the style to the certain element?

Where there is love, I'll be there.

Share this post


Link to post
Share on other sites
catrina
Firebug is the best way to find CSS selectors: http://getfirebug.com Instructions on how to use it for CSS customizations are here: http://www.pagelines.com/wiki/Custom_CSS

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
Denis Ciumbargi
For anyone that might need this: .content-shadow.fixed_width .page-canvas{ -webkit-box-shadow: 0px 0px 8px 0px #95adc8; box-shadow: 0px 0px 8x 0px #95adc8; Replace #95adc8 with any color of your choice.

Where there is love, I'll be there.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×