• Resolved jonathansd

    (@jonathansd)


    Hello,

    I would like to style the block called “Woordkeuze”, dutch for choice of words. Right now it’s just a bunch of words, but i would like 3 or 4 neatly orders colums, change the font and make the background white instead of grey. I looked up the tutorial on https://www.themehigh.com/docs/how-to-add-edit-display-styles-for-woocommerce-product-fields/, but my menu just doesnt look like that, even though i think i got the right wrapper (thwepo_extra_options) and class (thwepo_extra_options).

    Question is, how do i style the plugin, if not through this menu maybe you could help with the correct CSS settings.

    Thank you in advance

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

Viewing 1 replies (of 1 total)
  • Dina S.

    (@themehighsupport)

    Hi,

    Please follow the below steps to custom style a field.

    1. Add the class names in the?Wrapper Class or Label class?field inside the Display Styles tab of the field. For example, provide the class name as teststyling.

    2. Now based on the class name provided add the corresponding style in your Additional CSS file. Providing an example for your reference.

    .teststyling {
    font-weight: 600;
    }

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t style the plugin’ is closed to new replies.