bo28190
asked 10 years ago

Hi, I’d like to change the colour of the grey background to white on all my pages. Please see linked page.
http://originalnutterdesign.co.uk/testimonials/
Thanks in advance,
Bo

2 Answers
Anik
answered 10 years ago

If there is no option to change this in your theme settings then just change the CSS.
Go to your template.css file (http://originalnutterdesign.co.uk/wp-content/themes/dw-fixelnew/assets/css/template.css?ver=3.8.1)
Search for the following phase

.page .single-page .main-content {
background-color: #F5F5F5;
font-size: 15px;
padding: 30px 30px 0px;

Change it to

.page .single-page .main-content {
background-color: #FFFFFF;
font-size: 15px;
padding: 30px 30px 0px;

Save the file, hard refresh the page. If you use any caching plugin or CDN, Don’t forget to flush it.
Hope this helps.
Anik

well wisher
answered 10 years ago

add this in your style.css
.page .single-page .main-content {
    padding: 30px 30px 0px;
    font-size: 15px;
    background-color: #ffffff;
}

well wisher
replied 10 years ago

or in the dashboard>>appearance>>customise>>custom code

bo28190
replied 10 years ago

Thanks for the quick response guys! Job done!

well wisher
replied 10 years ago

thats great 🙂

Powered by DW Question & Answer Pro