• Resolved orelqr

    (@orelqr)


    Hi. I need to remove/hide product tag option in dokan new product page. This item have no dedicated class to hide by CSS.
    Please help me. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @orelqr

    You can add the below-mentioned CSS codes to the WP dashboard -> Appearance -> Customize -> Additional CSS section to hide the tag field from the add new product and edit product page.

    .dokan-add-new-product-popup .product-full-container div:nth-child(4){
    	display:none!important;
    }
    .dokan-dashboard-wrap .product-edit-new-container .dokan-product-edit-form .content-half-part div:nth-child(8){
    	display:none!important;
    }

    I hope the CSS codes will work.

    Cheers!

    Thread Starter orelqr

    (@orelqr)

    Hi, thanks, I added the first code, it removed Text box at first so I changed nth child to 3 and it worked.
    but the CSS dont work at for the second.
    I tried changing numbers and some stuff but no success.
    also is it possible to remove the non popup completely? If i have popup there is no need for normal page.

    Thanks!

    Plugin Support Tanvir Hasan

    (@tanvirh)

    Hi @orelqr

    I feel sorry to hear that, the CSS codes was not worked for you to remove the tag field from the edit product page.

    In that case, you can contact the Dokan team through their official Support Channel for further discussion about removing the tag field and also to get accurate answers to your additional query.

    Thanks!

    Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @orelqr,

    Due to inactivity, we are marking this topic as resolved. Feel free to open a new one if you face any further issues.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Product Tag Option from upload product’ is closed to new replies.