Add Text Above Image Gallery
-
Hi!
1. I want to add Text and Divider above Product Image Gallery. The text says “More Images” and a 1px divider below. I have attached an image for reference.
https://prnt.sc/qrhokp
2. I want the add to cart button go below the quantity section and add text “Quantity” before quantity box. Reference: https://prnt.sc/qrhpfs
Hello,
I saw the screenshots you attached.
1) Unfortunately there is no such option to add divider line and text above the product gallery section. You can check the available gallery image styles from Theme options >> Product Page >> IMAGES >> Thumbnails position.
2) To display add to cart button bellow the quantity section please add the following CSS code in Theme Settings >> Custom CSS >> Global CSS Area.
.single_add_to_cart_button.button.alt {
display: block;
}
Screenshot for Clarification: https://www.screencast.com/t/LkvvkOnZe9sj
For adding “Quantity” text before the box there is no such field available.
Best Regards.
I have added “Quantity” text by adding a code in function.php. Let me know if you need the code. 🙂
Hello,
We are glad that you have solved the issue on your own. You are the best. You can share the code here it might help someone else in our forum.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Topic Closed
Best Regards.
The topic ‘Add Text Above Image Gallery’ is closed to new replies.