• Resolved Sfaantje

    (@sfaantje)


    Hello there!
    This plugin is wonderfull… However I really dont want to display the name of the swatch Im using. Can I PLEASE disable this? The name of the swatch is for me to remind me wich swatch belongs to wich product. I dont want my customers to see that! Hope you can help

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Emran Ahmed

    (@emranahmed)

    Hi @sfaantje,

    Are you talking about tooltip?

    You can disable tooltip from settings panel.

    Thread Starter Sfaantje

    (@sfaantje)

    Hi @emranahmed

    Thanks for this response but no thats not what I mean. Its the title of the swatches. I dont want to display above my color variations on my product page.

    Photo from problem

    Plugin Author Emran Ahmed

    (@emranahmed)

    I am sorry I didn’t get you. Could you please show me a screenshot or record the screen that what actually you want to do, what title you are talking about?

    Thanks

    Thread Starter Sfaantje

    (@sfaantje)

    Does not matter. I have already uploaded the photo above.

    Here is the photo from my problem

    • This reply was modified 6 years, 11 months ago by Sfaantje.
    Plugin Author Emran Ahmed

    (@emranahmed)

    I got it,

    Although this is not a plugin related issue or changes, it’s woocommerce related customization:

    You can use this css code on your site to hide variation title:

    .variations label {
    	display: none;
    }

    Thank you

    Thread Starter Sfaantje

    (@sfaantje)

    Thank you very much!

    Hi @emranahmed!

    I have just the opposite problem. I would like to show the title, it doesn’t appear.

    I have some products that have two blocks of color variations, so I have to indicate what is each one.

    Following your previous instructions, I tried with this css:

    .variations label {
    	display: inherit;
    }

    but it did not work.

    Could you please help?

    Thanks!

    Gloria

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