- Posts: 5
- Thank you received: 0
Body Bg Color in Hot Furniture template
-
boninifiori
Inactive member - Topic Author
- New Member
Less
More
14 years 4 months ago #2237
by boninifiori
Body Bg Color in Hot Furniture template was created by boninifiori
I would like to have a full color in Body Bg Color and I don't find where I can change it. I want to remove the black gradient. Anyone can help me? Bye & Thanks, Alessandro
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 4 months ago #2244
by milos
Replied by milos on topic Re: Body Bg Color in Hot Furniture template
Please select None for background image and then select desired background color.
Please Log in to join the conversation.
-
boninifiori
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
14 years 3 months ago #2267
by boninifiori
Replied by boninifiori on topic Re: Body Bg Color in Hot Furniture template
ok thanks
Please Log in to join the conversation.
-
Juststartingout
- Visitor
13 years 9 months ago #6169
by Juststartingout
Replied by Juststartingout on topic Re: Body Bg Color in Hot Furniture template
Hi Milos,
Just picking up on this thread. Can you tell me where specifically to go to select 'none' for the background image? I can't see it in the template parameters section where you develop a custom colour scheme.
thanks
Just picking up on this thread. Can you tell me where specifically to go to select 'none' for the background image? I can't see it in the template parameters section where you develop a custom colour scheme.
thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #6182
by ivan.milic
Replied by ivan.milic on topic Re: Body Bg Color in Hot Furniture template
There are several page parts having background images. For default style:
template_css.php :
#header {
background: #707070 url(/furniture_store/templates/hot_furniturestore/images/header_bg.png) top center no-repeat;
}
#carousel_wrap {
background: #3E4041 url(/furniture_store/templates/hot_furniturestore/images/header_line.png) no-repeat center top;
}
#content_gradient {
background: #353A44 url(/furniture_store/templates/hot_furniturestore/images/texture_clouds.png) no-repeat top left;
}
.footer_wrap {
background: #F6E4B5 url(/furniture_store/templates/hot_furniturestore/images/footer_bg.png) no-repeat top center;
border-top: 1px solid #505154;
}
#content_main {
background: #3E4041 url(/furniture_store/templates/hot_furniturestore/images/content_bg.png) repeat-x;
}
.content_main_shadow {
background: url(../images/body_shadow.png) center repeat-y;
}
In layout.css:
.content_main_shadow {
background: url(../images/body_shadow.png) center repeat-y;
}
Maybe i missed some or you are not using style1.Best if you could use inspect element option on left click that is supported in all latest browsers (except IE8) to find them.
template_css.php :
#header {
background: #707070 url(/furniture_store/templates/hot_furniturestore/images/header_bg.png) top center no-repeat;
}
#carousel_wrap {
background: #3E4041 url(/furniture_store/templates/hot_furniturestore/images/header_line.png) no-repeat center top;
}
#content_gradient {
background: #353A44 url(/furniture_store/templates/hot_furniturestore/images/texture_clouds.png) no-repeat top left;
}
.footer_wrap {
background: #F6E4B5 url(/furniture_store/templates/hot_furniturestore/images/footer_bg.png) no-repeat top center;
border-top: 1px solid #505154;
}
#content_main {
background: #3E4041 url(/furniture_store/templates/hot_furniturestore/images/content_bg.png) repeat-x;
}
.content_main_shadow {
background: url(../images/body_shadow.png) center repeat-y;
}
In layout.css:
.content_main_shadow {
background: url(../images/body_shadow.png) center repeat-y;
}
Maybe i missed some or you are not using style1.Best if you could use inspect element option on left click that is supported in all latest browsers (except IE8) to find them.
Please Log in to join the conversation.
-
Juststartingout
- Visitor
13 years 9 months ago #6186
by Juststartingout
Replied by Juststartingout on topic Re: Body Bg Color in Hot Furniture template
I am using a Custom colour style that I have developed (using the tool supplied with the template, via Joomla).Just wanted to have a solid colour in the background instead of the images. Wondered if there was a quick fix for this of do I need to edit the template_css.php
Please Log in to join the conversation.
Time to create page: 0.080 seconds