Home Forums WoodMart support forum Add Text Above Image Gallery

Add Text Above Image Gallery

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169305

    merishop
    Participant

    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

    #169369

    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.

    #169385

    merishop
    Participant

    I have added “Quantity” text by adding a code in function.php. Let me know if you need the code. 🙂

    #169416

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Add Text Above Image Gallery’ is closed to new replies.