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
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,
Thank you very much!
Please login or Register to submit your answer