- Posts: 3
- Thank you received: 0
Changing the footer image in 2.5 hot ecommerce
-
aspcpro1
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 month ago #25619
by aspcpro1
Changing the footer image in 2.5 hot ecommerce was created by aspcpro1
I'm having problem changing the footer to an image on the Hot ecommerce template 2.5, I had no problem with the 1.5 version template all I had to do was replace the footer.png.
What's changed in the 2.5 version?
What's changed in the 2.5 version?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #25627
by ivan.milic
Replied by ivan.milic on topic Changing the footer image in 2.5 hot ecommerce
add to template_css.css:
.footer_wrap {
background:...your values ...
}
.footer_wrap {
background:...your values ...
}
Please Log in to join the conversation.
-
aspcpro1
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
12 years 1 month ago - 12 years 1 month ago #25643
by aspcpro1
Replied by aspcpro1 on topic Changing the footer image in 2.5 hot ecommerce
Hi I tried adding the info below but it didn't work
.footer_wrap {
background: url(/templates/hot_ecommerce/images/footer.png) no-repeat center;
background-image: url(http://www......../templates/hot_ecommerce/images/footer.png);
background-position-x: 50%;
background-position-y: 50%;
background-size: 100%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background-size: 100%;
}
.footer_wrap {
background: url(/templates/hot_ecommerce/images/footer.png) no-repeat center;
background-image: url(http://www......../templates/hot_ecommerce/images/footer.png);
background-position-x: 50%;
background-position-y: 50%;
background-size: 100%;
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background-size: 100%;
}
Last edit: 12 years 1 month ago by aspcpro1.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #25659
by ivan.milic
Replied by ivan.milic on topic Changing the footer image in 2.5 hot ecommerce
add important flag to each property:
background-size: 100%!important;
send link if that does not help
background-size: 100%!important;
send link if that does not help
The following user(s) said Thank You: aspcpro1
Please Log in to join the conversation.
Time to create page: 0.162 seconds