Home Forums WoodMart support forum Remove the title of attributes on the product detail page

Remove the title of attributes on the product detail page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #653657

    ozdigi
    Participant

    Hello, I want to remove only the name of the Size attribute on the product detail page. I only want the terms I added to be visible. I would appreciate your help.

    https://prnt.sc/CJxayd4uz1sd

    #653802

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

     table.variations label {
        display: none !important;
    } 

    Best Regards,

    #653817

    ozdigi
    Participant

    Thank you, the code worked. However, there was a slight alignment problem.

    https://prnt.sc/Wg2RSG79rafZ

    #653907

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section:

    table.variations .cell {
       padding: 0 0 5px 0 !important;
    }

    Best Regards,

    #653909

    ozdigi
    Participant

    you are perfect

    #654053

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove the title of attributes on the product detail page’ is closed to new replies.