This topic has 4 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
We’re not going to be using the shopping cart on this site, and I’d like to put an image in where the cart info would go in the header. I was able to put it in place of the search box, but nothing ever shows up on the other side.
Thank you for your assistance.
Hello,
You need to insert the following code into custom.css file:
.cart-summ, .cart-popup {
display: none;
}
.shopping-cart-widget {
background-image: url("http://full_path_to_your_image");
background-repeat: no-repeat;
}
You can edit custom.css file in admin panel > Appearance > Editor.
Regards,
Eva Kemp.
Turns out I need that space to be an image that can link to an external site, how can I do that?
Hello,
This requires additional customization of theme files. If you have the needed skills you can edit the files in a child theme. Our service for additional customization isn’t for free and unfortunately the developers are unable to assist on such issues due a large amount of work.
Please take our apologies.
Regards,
Eva Kemp.
The issue related to '‘How to add image in header in place of cart’' has been successfully resolved, and the topic is now closed for further responses