Tagged: custom image, enfold, shopping cart
Hi,
I’d really like to add an image to the shopping cart page, next to the cart totals box. Is there a place where I can add a piece of code so I can insert an image there?
Thank you,
Wendy
Hey johniem!
Thank you for using Enfold.
Edit the cart page then use html tags to add the image or any content that you want.
Cheers!
Ismael
Hi,
Do you mean the page in WordPress itself? I tried that and it does show the image, but it doesn’t align properly. How can I position the text field/image so it aligns with the cart totals block?
Thanks,
Wendy
Hi!
please show us the page with the image you have added, so we can provide you some CSS code to align this image. A screenshot showing how it should look like would be useful as well.
Regards,
Andy
Hi!
Please add the image using html code then add a class or id attribute to it. Something like this:
<img class="awesome-cart-image" src="awesomeimagehere.jpg">
Use this in the Quick CSS field to adjust the position of the image:
.awesome-cart-image {
position: absolute;
left: 20px;
top: 200px;
}
Cheers!
Ismael