<em>@mdmlex 198122 wrote:</em><blockquote>Dear All,
could you please let me know how to change the white background of the header?
Moreover, how I set the top margin to 0 and the grey background to white.
Thank you in advance and best
Max</blockquote>
Hi,
To change background color, find this code to template.css file:
#ja-header .inner {
background: #FFFFFF;
height: 60px;
padding: 0 15px;
position: relative;
}
Then change the red key by your color value such as “red”, “blue”….
Add below code to the file to reduce the margin:
#ja-header {
margin-top: 0 !important;
}
Body background:: find this to change:
body#bd {
background: #A5A5A5;
color: #555555;
margin: 0;
padding: 0;
}