• Resolved clublasiesta

    (@clublasiesta)


    I want to remove the background from the variations “Size” section in my single product page and make it blend with the websites background. It seems to be set by default when I add the “Add to Basket” feature. I’ve been told by Elementor Pro that I need to seek for a custom CSS code from WooCommerce.

    I would appreciate if someone could help me out with this issue.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello clublasiesta,

    Thank you for contacting WooCommerce support.

    I checked your site and noticed that the background color for the “Size” variation section is coming from the Hello Elementor theme.

    You can override this by adding the following custom CSS in the Customizer:

    table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
    }

    If you need further assistance with CSS, I recommend reaching out to Elementor Support.

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.