• Resolved pjhimseelf

    (@pjhimseelf)


    Hello there again,
    sorry for asking all those questions, but I am a beginner. I have two questions:

    1. I have made a new single product page with elementor and have put in the add to cart section. I have variable products and when I choose one, the actual price blobs up, but is very small. How can I make the variable price in the single product page bigger and in a specific color?

    2. I am using the “Menu Cart Widget” of Elementor. When I open with it the cart overview, there are shown two times the product images of one product. How can I fix this?

    Thanks in advance
    PJ

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,

    1. Product price (the second one) have a customized structure as far as I can see on your site (made with Elementor this section too).
    But you can act this way.
    Add the following additional CSS:

    .woocommerce-variation.single_variation .price {
    font-size: var(--proteo-single_product_price_font_size, 2.1875rem);
        color: var(--proteo-single_product_price_color, var(--proteo-main_color_shade, #448a85));
    }

    This way this price color and font size is linked to the Proteo option in Customize > WooCommerce > Single Product page > Product price and Add to cart

    2. Use this additional CSS to solve it

    .elementor-menu-cart__product-image.product-thumbnail img + img {
        display: none;
    }

    I hope you will appreciate it ??

    Thread Starter pjhimseelf

    (@pjhimseelf)

    Hello there,
    thank you soo much ?? this helped me a lot

    PJ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Cart’ is closed to new replies.