Body Bg Color in Hot Furniture template

More
13 years 8 months ago #2237 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
  • Moderator
More
13 years 8 months ago #2244 by milos
Please select None for background image and then select desired background color.

Please Log in to join the conversation.

More
13 years 8 months ago #2267 by boninifiori

Please Log in to join the conversation.

  • Juststartingout
  • Visitor
  • Visitor
13 years 1 month 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

Please Log in to join the conversation.

More
13 years 1 month ago #6182 by ivan.milic
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.

Please Log in to join the conversation.

  • Juststartingout
  • Visitor
  • Visitor
13 years 1 month 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.301 seconds
Powered by Kunena Forum