justinkamimoto 0 Report post Posted July 9, 2012 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 547 Report post Posted July 9, 2012 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