Single productpage: Howto get attributes next to label?

This topic has 3 replies, 2 voices, and was last updated 2 years, 5 months ago ago by demzie

  • Avatar: demzie
    demzie
    Participant
    November 12, 2021 at 16:04

    Single productpage: Howto get attributes next to label?

    I now have: Size and below that are the swatches, how do i get these on one line?

    Also howto change the font specs for the label of the attributes (Size)..?

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 13, 2021 at 08:05

    Hello,

    Try to use the next custom CSS code:

    .single-product form.cart table.variations td {
        width: auto !important;
        display: inline-block !important;
        margin-right: 10px;
    }
    .single-product form.cart table.variations td.label label {
        font-size: 13px;
        color: #545454;
        font-weight: 700;
    }

    Regards

    Avatar: demzie
    demzie
    Participant
    November 13, 2021 at 08:42

    Yes, this works!
    Tweaked a bit! looks good now 🙂

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Single productpage: Howto get attributes next to label?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.