• Resolved Probeauty

    (@amyprobeauty)


    Hi there, I’m wanting to make the labels of my extra product options bold, but not sure how to go about it in CSS?

    I’d also like to limit the width of the Text Area and Text input boxes, and make the background of them white to match the other price variables.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Probeauty

    (@amyprobeauty)

    Also, if I could change the order of where the labels appear? IE, after Quantity, not before?

    Plugin Author ThemeHigh

    (@themehigh)

    Please add the CSS classes in wrapper class area and label class area for your specific field. By using these classes you can add the custom styles in your theme’s Additional CSS.

    You can use below style to make the label bold, background white for input field and textarea field.

    .thwepo-extra-options label.label_class {
    font-weight: 700;
    }
    .thwepo-extra-options.wrapper_class input, .thwepo-extra-options.wrapper_class textarea {
    background: #fff;
    }

    Please change the wrapper class and label class in the styles according to the class that you have added.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formating Labels’ is closed to new replies.