Yiu Wa Tso
asked 10 years ago
Yiu Wa Tso
replied 10 years ago

Under the widget area, I cannot see any content, but I managed to change the code in sidebar-footer.php. The customized code works for the footer. Thanks.

My other question is how can I add a repeated background image inside the content area? Please advise.

1 Answers
Kido D
answered 10 years ago

Hi Yui Wa Tso,  
– You can modify the bottom section in Dashboard / Appearance / Widgets page (Sidebar 6 & 7 positions).  
For example, here is the content of DW simplex demo site:    
 
– If you want to change background color of bottom section, please go to Dashboard / Appearance / Customize / Custom Code, and add the code below to Header Code section:  

<style>
footer#colophon {
color: #fff;
background: #000;
}
</style>

  Hope that helps!

Powered by DW Question & Answer Pro