Luis Augusto Fretes Cuevas
asked 10 years ago

Hi! I’m trying to change the background color, I successfully removed the diamond by adding 

<style>
.banner hgroup:after {
background: none;
}
</style>

to footer code.
But I couldn’t change the background color, I tried with 

<style>
body.page {
background: #cacaca;
}
</style>

but there was no visible change (I also tried to edit the main.css without any visible effect). Thanks in advance.

1 Answers
DominicStaff
answered 10 years ago

Hello Luis ! 
To change the background color in the  DW Timeline, you can add the following code to the Header Code:

 <style>
body {
    background: #...;
}
</style>

Notice: You can change the background color for the Header section in the Dashboard > Customize > Cover Image > Header Mask.
Regards,

Luis Augusto Fretes Cuevas
replied 10 years ago

Thank you very much!

Powered by DW Question & Answer Pro