- Posts: 6797
- Thank you received: 723
Body Bg Color in Hot Furniture template
-
milos
Support Staff -
- Moderator
-
Less
More
14 years 4 weeks ago #6194
by milos
Replied by milos on topic Re: Body Bg Color in Hot Furniture template
You must edit CSS files and template_css.php as Ivan explained. Or simply delete the background images that you want to remove from /images folder of the template.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 weeks ago #6210
by ivan.milic
Replied by ivan.milic on topic Re: Body Bg Color in Hot Furniture template
You have to adopt it manually.
Please Log in to join the conversation.
-
isabeel
Inactive member -
- Member
-
Less
More
- Posts: 26
- Thank you received: 0
13 years 11 months ago #7429
by isabeel
Replied by isabeel on topic Re: Body Bg Color in Hot Furniture template
Hello! I have the same problem, I already look for template_css.php ( in templetes/hot_furniturestore/css) but the information is different, and I am going crazy cause I already look in layout.css and template_css.css, also y erase all the images but the ffff color shows and I cant find were to change it, can you please help me, I just downloaded the template, maybe they are changes or I don´t know where is the correct direction. Thanks in advance...)
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7434
by ivan.milic
Replied by ivan.milic on topic Re: Body Bg Color in Hot Furniture template
Link please...
Please Log in to join the conversation.
-
isabeel
Inactive member -
- Member
-
Less
More
- Posts: 26
- Thank you received: 0
13 years 11 months ago #7437
by isabeel
Replied by isabeel on topic Re: Body Bg Color in Hot Furniture template
entredetalles.com.mx/index.php
thanks!!!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #7449
by ivan.milic
Replied by ivan.milic on topic Re: Body Bg Color in Hot Furniture template
To remove background images from footer and copyright positions look at template_css.php
.footer_wrap {
background:<?php echo $bottomModulesBg; ?> url(<?php echo $template_path; ?>/images/footer_bg.png) no-repeat top center;
border-top:1px solid #505154;
}
and
.footer_wrap_copyright {
background:<?php echo $footerBg; ?>;
}
.footer_wrap {
background:<?php echo $bottomModulesBg; ?> url(<?php echo $template_path; ?>/images/footer_bg.png) no-repeat top center;
border-top:1px solid #505154;
}
and
.footer_wrap_copyright {
background:<?php echo $footerBg; ?>;
}
Please Log in to join the conversation.
Time to create page: 0.097 seconds