jgbr 0 Report post Posted January 22, 2012 Hello My carousel is picking up its background colour from one of the main site settings. I can not change this setting as it will effect a great many things. What would be the custom CSS that would define the background colour of it? Id like to do a copy and paste job on this from here to my code so as much detail as possible please. thanks Share this post Link to post Share on other sites
Rob 547 Report post Posted January 22, 2012 Could you provide a link to your site so we can see the carousel? Thanks. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
jgbr 0 Report post Posted January 22, 2012 www.fleetscale.com Share this post Link to post Share on other sites
Rob 547 Report post Posted January 22, 2012 Try adding this Dashboard > PlatformPro > Custom Code in CSS Rules: [code]#carousel .thecarousel {background-color: #e7e7e7;}[/code] Change #e7e7e7 to whatever color hex-code you would like. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites