frygurl 0 Report post Posted March 23, 2011 Please help! How do I change the sidebar background color in the Pro version? Thanks! Share this post Link to post Share on other sites
Guest Guest Report post Posted March 23, 2011 The quickest way (assuming you're just using the primary sidebar) would be to put the following in custom CSS. #sidebar1 {background: colorhere;} Share this post Link to post Share on other sites
frygurl 0 Report post Posted March 23, 2011 Thanks! This worked perfectly! Share this post Link to post Share on other sites
jankowalski 3 Report post Posted April 19, 2011 whats the code for universal sidebar? Share this post Link to post Share on other sites
anthonyjohnson64 0 Report post Posted January 30, 2012 While this approached worked for me as well one of the reasons I purchased the Pagelines platform was so I wouldn't have to deal with code related issues like this. I'm not a developer but out of necessity have had to act like one from time to time. Like a lot of people I hate it. I'm just a business guy that wants to crank out his own, very flexible, Word-press websites quickly with as little expense as possiable. Pagelines looks like it gives me most of what I need to do that so well done to the Pagelines team! It would be nice to see "sidebar background color settings" included in the color settings as an enhancement in an upcoming release. Thanks for listening...Anthony Share this post Link to post Share on other sites
reynir 0 Report post Posted February 10, 2012 I agree with Anthony, "sidebar background color settings" would be nice to have in settings Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted February 10, 2012 Thank you for the suggestion. I will bring this to the attention of our developers. Please search our forums, before posting! Share this post Link to post Share on other sites
eileen 0 Report post Posted March 1, 2013 I don't see that background colors have been added for the sidebar. It's now a year later. Is a change coming? Share this post Link to post Share on other sites
catrina 103 Report post Posted March 1, 2013 There is no setting, but the easiest way is with CSS. You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS/LESS). To find the Custom CSS you need, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please review this entire documentation and follow the instructions: http://support.pagelines.me/docs/customization/custom-css. For help with the background attribute, please see these instructions: http://w3schools.com/cssref/pr_background-color.asp. 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
the1kane 0 Report post Posted June 26, 2013 The quickest way (assuming you're just using the primary sidebar) would be to put the following in custom CSS. #sidebar1 {background: colorhere;} Where would I place this code? Share this post Link to post Share on other sites
James B 436 Report post Posted June 26, 2013 Hi there, You can paste your custom code into pagelines>site options>custom code. There's a box for css/less at the top to be added which will over rule the site wide options. Kindly search the forum and read the documentation before posting. It will help you resolve many issues. For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting. James B Share this post Link to post Share on other sites