Jump to content
Sign in to follow this  
justinkamimoto

Content Backgrounds/Boxes

Recommended Posts

justinkamimoto

Just started using PageLines Framework for my organization and having some trouble with setting my content background color to be white so that my background of circles doesn't obscure the text like it currently is. I have tried making making the body background transparent, content background white, page background white with different arrangements but no luck. Right now it is on ffffff white on all three. Is there any way to change it so that my background is transparent with content background white? Also my boxes look like they are not centered but justified to the left. Any assistance with fixing it so they are centered? Thank you!

Share this post


Link to post
Share on other sites
Rob
Normally, the background color is set via Dashboard > PageLines > Site Options > Color Control. You can apply this to your Custom Code > CSS Rules: [code].content-pad { background-color: white; }[/code] For the boxes... add this (however, it will affect all boxes, in case you use more box-sets: [code]#boxes .content-pad { padding-bottom: 5px; padding-left: 55px; }[/code]

Former PageLines Moderator, Food Expert and Raconteur

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  

×