Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396121
    Victor50000
    Participant

    Hello!

    I’m using X and Woocommerce! Looking for a way to change the looks of product variation text etc, so that my product pages look better!

    1) Would like to remove the text “variant” (variation name) and only show the drop down menu.

    3) Would like to remove the reset “Nollställ” button that appears when a variation is selected.

    2) Would like the text and price that appears when a variation is selected, to be aligned to the left rather than to the right.

    Would be great if you could provide the css for these changes.

    URL: http://repulse.digisera.se/butik/arbetsredskap/affischer-med-sociala-fardigheter/

    Thanks in advance!

    #1396144
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    table.variations td.label,
    a.reset_variations {
        display: none !important;
    }
    .woocommerce div.product .summary .variations .value {
        padding-left: 0;
    }
    .woocommerce div.product .summary .single_variation {
        text-align: left;
    }

    Hope it helps 🙂

    #1396338
    Victor50000
    Participant

    Perfect.

    Thank you! 🙂

    #1396379
    Joao
    Moderator

    Glad to hear it,

    Cheers

  • <script> jQuery(function($){ $("#no-reply-1396121 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>