porsche911;167883Hello
How do I change the background color of the header?
Thx in advance
Hi porsche911,
open your template.css file, located in the css folder of your template, and on line 771 find this code:
#ja-header {
line-height: normal;
position: relative;
padding: 20px 0 0;
z-index: 999;
}
insert background-color tag so that it looks somehing like this:
#ja-header {
line-height: normal;
position: relative;
padding: 20px 0 0;
z-index: 999;
background-color: #333333; <— change the color according to your needs
}
You will off course also have to change the image search-bg.gif which is located behind the search module, located in /templates/ja_rutile/images/orange/ or the subdirectory of the color you are using.
Good luck! 🙂