header background color

More
11 years 3 months ago - 11 years 3 months ago #32900 by alessandroweb
On Joomla3.1, how to modify the standard blue header background colour?
Thanks
Last edit: 11 years 3 months ago by alessandroweb.

Please Log in to join the conversation.

More
11 years 3 months ago #32913 by ivan.milic
Replied by ivan.milic on topic header background color
It is one of this 3 images you need to edit:

/templates/hot_restaurant/images/patt_1.jpg
/templates/hot_restaurant/images/patt_2.jpg
/templates/hot_restaurant/images/patt_3.jpg
The following user(s) said Thank You: alessandroweb

Please Log in to join the conversation.

More
11 years 3 months ago #32928 by alessandroweb
I checked...and I relized that I should change the color in this css:

}
.wrapper1 {
background: none repeat scroll 0 0 #03468F;
}

but in which file I have to search for this file? I didn't find it.
Thanks

Please Log in to join the conversation.

More
11 years 3 months ago #32940 by ivan.milic
Replied by ivan.milic on topic header background color
Fill path is:

<joomla root folder>/templates/hot_restaurant/images/patt_1.jpg

Please Log in to join the conversation.

More
11 years 3 months ago #32958 by alessandroweb
patt_1.jpg is ok.
I need to know in which file I can find the following css. I have to modify the colour 03468F.
Thank you
}
.wrapper1 {
background: none repeat scroll 0 0 #03468F;
}

Please Log in to join the conversation.

More
11 years 3 months ago #32960 by ivan.milic
Replied by ivan.milic on topic header background color
That code is not present in default demo template, you have this in template_css.php:
Code:
<?php if ($backgroundImage==4) { ?> .wrapper1 { background:#03468f; } <?php } ?>
The following user(s) said Thank You: alessandroweb

Please Log in to join the conversation.

Time to create page: 0.172 seconds
Powered by Kunena Forum