Reply 332664 to: Removing Brands & Product Videos, How to?

Avatar: Rose Tyler
Rose Tyler
Support staff
August 28, 2022 at 18:32

Hello,

1/ we added conditions globally for brands fields in Dokan dashboard (that field will be shown only If they are enabled in Theme Options -> WooCommerce -> Shop Elements -> Brands ) – fix is in a file by path -> xstore/framework/compatibility/dokan.php

2/ You may use the next css snippet to hide the video area for dokan product editor (add it to your child-theme/style.css or Theme Options -> Theme Custom CSS -> Global CSS) ->

.dokan-form-group label[for=et_video_code] {
display: none;
}
.dokan-form-group #et_video_code {
display: none;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.