Tagged: x Author Posts October 31, 2016 at 10:12 am #1237971 onefoursixParticipant RE: http://www.cleartelecom.co.uk/blog/ How do we change the colour of the blog backgrounds to white please? Needs inversing. October 31, 2016 at 10:21 am #1237996 DarshanaModerator Hi there, You can add this under Custom > CSS in the Customizer. .blog .entry-wrap { background-color: #ffffff; } .single-post .entry-wrap { background-color: #ffffff; } .blog .widget ul, .blog .widget ol { background-color: #ffffff; } .single-post .widget ul, .single-post .widget ol { background-color: #ffffff; } Hope that helps. October 31, 2016 at 10:35 am #1238013 onefoursixParticipant thanks. can i please also have the code to amend the titles on the right hand side of the page to be black? October 31, 2016 at 10:56 am #1238038 RupokMember Hi there, It seems you have added the below code that’s why it’s white : .h-widget { color: white; text-shadow: none; } You can change the color from that code. Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1237971 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In