Tagged: sidebar
here, http://jeelsites.nl/projectnatuurlijkwerken/
im testing this site, but i want to have some backgroundcolor in the sidebar.
tried several things but without a result
How to color the sidebar?
best regards, jelle vanhijfte
————————————————-
hi, in the meantime i have found this:
div#header_main {
background-color: #00699c;
}
this is working, but…the color is not stretching to the bottom.
can this be done?
Hey jelle,
Try adding this css code as well:
.html_header_sidebar #top #header .header_bg {
background-color: #00699c;
}
Hope it helps.
Best regards,
Nikko