Background colour Home › Support › Winsome Pro › Background colour This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by ProDesigns. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 14, 2017 at 8:10 pm #7160 AnonymousInactive Is it possible to add more than one background colour for different widgets? I’d like to have different options for different sections. November 15, 2017 at 3:00 pm #7161 ProDesignsKeymaster Hi @ali Yes, you can add the different background color for the different section using custom CSS. You can go to Appearance >> Customize >> Additional CSS to add your custom CSS. Thank you. November 15, 2017 at 4:52 pm #7162 AnonymousInactive Can you give me example code please? November 16, 2017 at 11:52 am #7163 ProDesignsKeymaster If you want to change the background of Service section of demo site (https://promenadethemes.com/demo/winsome-pro/) you can use following CSS: .winsome_widget_services { background: #dedede; } It look like this: https://prnt.sc/hb73r6 Please change class and style as per your requirement. Thank you. November 16, 2017 at 8:15 pm #7164 AnonymousInactive If you look at the Testimonials section of my web site at http://www.alicampbelltestsite.co.uk, I’d like to change the background colour but the Testimonials widget doesn’t have a Section ID. How do I assign a background colour to it? November 17, 2017 at 3:15 pm #7165 ProDesignsKeymaster You can use following code: .pt_theme_addon_widget_testimonials { background: #F45f67; } Change color to yours in above code. Thank you. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In