Home Forums WoodMart support forum How to remove “short description” and change button text in HotSpot

How to remove “short description” and change button text in HotSpot

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

    abiaggio
    Participant

    I want to remove the “short description” of the product from the popup and I also want to change the text of the button from “buy” to “view product”.

    Can you help me?

    Attachments:
    You must be logged in to view attached files.
    #389102

    Luke Nielsen
    Keymaster

    Hello,

    This “short description” comes from the “Image Hotspot” element in your page builder, therefore you need to edit it and change or remove the description.

    https://gyazo.com/40ea2eb55610339218132d04adb1a52d

    The “Add to cart” text you can change via the “Loco Translate” plugin, after installing navigate to Loco Translate -> Plugins -> WooCommerce -> in the search form enter keywords and change it.

    https://gyazo.com/c57433c1e8b95d095df05da9dc60da13

    Kind Regards

    #389116

    abiaggio
    Participant

    Hello.

    I didn’t find in “HotSpot Settings” the field to customize the “content”. Print “HotSpot Settings”!

    In the button text, I would like to change the popup text in the hotspot without changing the “buy” button text of the products in woocommerce. Is it possible to change the text of this button without changing the text of the other purchase buttons?

    Attachments:
    You must be logged in to view attached files.
    #389158

    Luke Nielsen
    Keymaster

    Hello,

    1. The “Content” area appears by enabling the “Text” value for the “Hotspot content” field.

    https://prnt.sc/vxy1juJa_cav

    If you want to hide the description for the “Product” hotspot content (https://prnt.sc/VlyU7Jeyql89), enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .wd-image-hotspot.hotspot-type-product .hotspot-product .hotspot-content-text {
        display: none;
    }

    2. Unfortunately, there is no way to change the “Add to cart” text for a specific hotspot product button.

    I sincerely appreciate your understanding in this matter. Please feel free to reach out to me if you have any further questions.

    Kind Regards

Tagged: 

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