• Resolved D U Enoch

    (@eugyenoch)


    Hi Dokan team,

    Any help on how to remove or hide the Short description field that shows up on the add product form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @eugyenoch

    You can easily hide the Short Description field from the add product form by adding the following CSS code inside the WP dashboard -> Appearance -> Customize -> Additional CSS:

    .dokan-dashboard .dokan-product-short-description{
        display:none;
    }

    I hope this helps.

    Thanks!

    Thread Starter D U Enoch

    (@eugyenoch)

    Thank you,
    It worked

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove short product description’ is closed to new replies.