• Resolved edpinto

    (@edpinto)


    Hi Everyone,

    i’m new on Woocommerce ! i already searched the web for this but i can’t find anything related.

    On my single product page the attributes Color and Size are inside a “box” or “table” and i would like to have them without that “box”. I would only have the attribute word “colour” and “size” with the watches underneath

    Here is a image on how it is right now

    Image

    • This topic was modified 2 years, 2 months ago by Jan Dembowski.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The is very likely from your theme’s CSS styling.

    If you can provide your site address, we can give you custom CSS code to override your theme’s CSS and remove the box (likely a border and background color).

    If you can’t share your site’s URL, that’s fine. But note that we can’t help without checking the live page. In that case, you’ll need to reach out to your theme’s developer for help.

    Standing by.

    Thread Starter edpinto

    (@edpinto)

    Hi @gappiah

    Thanks For your reply, unfortunetly my site is not online yet
    but if it helps the theme i’m using is Shopix Child

    theme site

    I checked the Shopix theme’s demos, but I don’t see the “box” problem there.

    So this is very likely coming from your child theme or something else on your site, and not from the parent theme.

    Unfortunately, that’s all I can say without being able to actually inspect the page.

    Thread Starter edpinto

    (@edpinto)

    Apreciate your help @gappiah

    when the site goes live i’ll bug you again
    to see if you can help me 😉

    Thanks

    Thread Starter edpinto

    (@edpinto)

    Hi @gappiah

    Our site is now online ! 🙂

    Can you take a look and see if you can help me ?

    here is the LINK for a product on the site

    Thanks for your help

    Thread Starter edpinto

    (@edpinto)

    Hello,

    Can someone help me on this ?
    really appreciate it

    Thanks

    Sorry, I missed your update 3-months ago 😀

    There’s probably a way to change the table cells’ background color and borders visually in your Elementor page builder… but I’m not familiar with this plugin, so I can’t help you there.

    But you can use custom CSS to override the plugin’s colors. Try the following CSS in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS:

    .elementor-product-variable th.label {
    background-color: #fff;
    border: none;
    } 
    Thread Starter edpinto

    (@edpinto)

    Hi @gappiah, no worries !

    it worked !

    Thank you for your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove attributes from the “box”’ is closed to new replies.