Sidebar & page content Widgets Home › Support › Winsome › Sidebar & page content Widgets This topic has 5 replies, 2 voices, and was last updated 7 years, 9 months ago by ProDesigns. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts April 21, 2017 at 5:14 am #6527 AnonymousInactive As you can see after adding background image to my site http://www.gonaturalhealer.com, content and sidebar is barely visible. How do i edit background color and text color of the Sidebar & Page content Widgets? Any CSS code to do that? April 21, 2017 at 5:23 am #6528 ProDesignsKeymaster Hi @EdwinGnh, You can use custom css for it. Please go to Appearance >> Customize >> Additional CSS and add following css: body { color: #fff; } .sidebar a, .site-title > a, .site-description, .main-navigation ul li a { color: #fff; } You can add more css like this as per your requirement. If you need quick support you can use our online chat service as well. Thank you. April 21, 2017 at 6:31 am #6529 AnonymousInactive I need to change color of widget title too. Is it possible to tweak the widgets’s background color too? Pls advice, Thanks a million April 21, 2017 at 6:48 am #6530 ProDesignsKeymaster Hi @edwingnh, It will be better if you give white background to all widgets. You can use following code for it: .sidebar .widget { background: #fff; } Please remove .sidebar a, from the css codes we have provided previously. Thank you. April 21, 2017 at 8:15 am #6531 AnonymousInactive The page widget(next to sidebar) background, where i write on my page is still transparent. Any solution? April 21, 2017 at 8:52 am #6532 ProDesignsKeymaster Hi @edwingnh, You can use following css for main content area. #primary { background: #fff; color: #777 } 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