- Posts: 17
- Thank you received: 0
header background color
-
alessandroweb
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago - 11 years 3 months ago #32900
by alessandroweb
header background color was created by alessandroweb
On Joomla3.1, how to modify the standard blue header background colour?
Thanks
Thanks
Last edit: 11 years 3 months ago by alessandroweb.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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
/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.
-
alessandroweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
11 years 3 months ago #32928
by alessandroweb
Replied by alessandroweb on topic header background color
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
}
.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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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
<joomla root folder>/templates/hot_restaurant/images/patt_1.jpg
Please Log in to join the conversation.
-
alessandroweb
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
11 years 3 months ago #32958
by alessandroweb
Replied by alessandroweb on topic header background color
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;
}
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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