• Resolved db151

    (@moddingrepair)


    Hi I would like to delete the attribute name from the single product page, as in version 6.0, unfortunately with the update I have appeared the attribute titles in the single product page. Sending images of old woocmmerce version and new version

    woocommerce image updated https://prnt.sc/26wzev2
    image woocommerce old version https://prnt.sc/26wzfxo

Viewing 7 replies - 1 through 7 (of 7 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @moddingrepair,

    Can you share a link to your product page where we can see this attribute?

    Once we have that, we’ll be able to advise you further about this.

    Thanks.

    Thread Starter db151

    (@moddingrepair)

    save the sending link via note readable only once, the note contains the link to the site thanks
    https://privnote.com/VDqD2ZCm#kihVjy5vh

    Mirko P.

    (@rainfallnixfig)

    Hi @moddingrepair!

    Thanks for sharing the link to your product page.

    This can be fixed with some custom CSS. Under Appearance > Customize > Additional CSS, you can add the following code:

    .single-product .variations .label {
    display: none;
    }

    Results:


    Link to image: https://snipboard.io/uqg47k.jpg

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools.com. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    I hope this helps!

    Thread Starter db151

    (@moddingrepair)

    I had tried various css options with display: none! Important, but none of the options I used worked, I could not find the right elements: .single-product .variations .label, but you were very fast in solving the problem, thanks a lot , I can finally update woocommerce to the latest update, thanks again

    Mirko P.

    (@rainfallnixfig)

    Great! Glad to hear that I could help with this.

    If you have any further questions please feel free to open a new topic.

    Cheers.

    Thread Starter db151

    (@moddingrepair)

    I tried to insert the code fragment in thema child style.css but it didn’t work, while if I add it where you advised me the code works, I don’t understand why? Thanks again

    Mirko P.

    (@rainfallnixfig)

    Hi @moddingrepair,

    If the custom CSS code you added in your child theme’s style.css file is not working, could be due to the browser cache that needs to be cleared.

    Sometimes, it can also happen due to the site or server cache. I’ve also seen cases where recreating the child theme would help things work properly.

    We do not provide support in this forum for third-party themes or plugins other than the WooCommerce core plugin. Thus, if you still have problems with that I recommend getting in touch directly with your theme authors.

    Cheers.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘delete attribute name’ is closed to new replies.