- Thank you received: 0
Dissapearing the Image on eCommerce
-
AACO123
-
Topic Author
- New Member
-
Less
More
12 years 11 months ago #17972
by AACO123
Dissapearing the Image on eCommerce was created by AACO123
Hi
Is there any way to delete the image on the eCommerce template (the image at the top with the trolley full of stuff)? I would prefer to have no image there.
I deleted both header_bg (jpeg) and header_bg (png) but this didn't work, the image still showed on the frontend.
Thanks
Is there any way to delete the image on the eCommerce template (the image at the top with the trolley full of stuff)? I would prefer to have no image there.
I deleted both header_bg (jpeg) and header_bg (png) but this didn't work, the image still showed on the frontend.
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #17977
by ivan.milic
Replied by ivan.milic on topic Re: Dissapearing the Image on eCommerce
layout.css:
.contact_details {
float: left;
text-align: right;
width: 475px;
height: 115px;
overflow: hidden;
background: url(../images/header_bg.png) no-repeat;
}
remove background property
.contact_details {
float: left;
text-align: right;
width: 475px;
height: 115px;
overflow: hidden;
background: url(../images/header_bg.png) no-repeat;
}
remove background property
Please Log in to join the conversation.
-
AACO123
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 11 months ago #18002
by AACO123
Replied by AACO123 on topic Re: Dissapearing the Image on eCommerce
Thanks.
Please Log in to join the conversation.
Time to create page: 0.148 seconds