Variable product double prices - by Valantis

This topic has 4 replies, 2 voices, and was last updated 5 months, 3 weeks ago ago by Tony Rodriguez

  • Avatar: Valantis
    Valantis
    Participant
    December 17, 2024 at 17:21

    1) how can I disable to show the different prices of variable product (blue circle in the picture) and show nothing or the price of the choice (red circle in the picture)?

    2) even I followed below I can’t change the color of “buy now” button and menu links
    Kindly proceed to Xstore > Theme Options > Speed optimization. Once there, please locate and select Menu Dropdown Cache, Menu Cache, Static Blocks Cache, and Remove Query Strings From Static Resources. Subsequently, turn off these options.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 18, 2024 at 07:16

    Hello, @Valantis,

    Thank you for contacting us and for using XStore.

    1/ Please add the following custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    .woocommerce .elementor-2010 .elementor-element.elementor-element-1dd05f48 .price {
            display: none !important;
    }
    .etheme-sticky-cart .stock, .etheme-sticky-cart p.price {
         display: none !important;
    }

    2/ To change the color of the “Buy Now” button, please follow the steps below:
    1. Navigate to **XStore Builders > Single Product Builder**.
    2. Open the template in **Elementor**.
    3. Select the widget you wish to edit.
    4. Go to the **Style** tab.
    5. Adjust the color settings as per your preference.
    6. Save and update the changes.

    For further guidance, we encourage you to review our theme documentation, which can be accessed here: https://www.8theme.com/documentation/xstore/xstore-builders/xstore-single-product-builder-with-elementor/

    We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.

    Best regards,
    The 8Theme Team

    Avatar: Valantis
    Valantis
    Participant
    December 18, 2024 at 14:23

    1. the custom css is not correct, as now there isn’t any price showing in the “single variation products”.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 19, 2024 at 05:29

    Hello, @Valantis,

    Thank you for your response.

    how can I disable to show the different prices of variable product (blue circle in the picture) and show nothing

    1/ The following CSS code removes the different prices of variable products (blue circle in the picture)

    .woocommerce .elementor-2010 .elementor-element.elementor-element-1dd05f48 .price {
            display: none !important;
    }
    .etheme-sticky-cart .stock, .etheme-sticky-cart p.price {
         display: none !important;
    }

    or the price of the choice (red circle in the picture)?

    2/ The following CSS code removes the price of the choice (red circle in the picture).

    .woocommerce-variation-price {
        display: none !important;
    }

    You can add CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS, which better meets your requirements.

    We hope this helps. Should you require any further assistance, please do not hesitate to reach out. We are here to help you.

    Best regards,
    The 8Theme Team

    Please contact administrator
    for this information.
  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.