Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Saiful Islam

    (@saifislam01)

    Hi @walid91,

    Hide SKU and Earning Options from product menu of vendor dashboard.

    To do that, please navigate through WordPress Dashboard > Appearance > Customize > Additional Css then add the following custom CSS snippet:

    #dokan-product-list-table tr th:nth-child(5) {
        display: none !important;
    }
    
    #dokan-product-list-table tr th:nth-child(8) {
        display: none !important;
    }
    
    #dokan-product-list-table td:nth-child(5) {
        display: none !important;
    }
    
    #dokan-product-list-table td:nth-child(8) {
        display: none !important;
    }

    I hope this will help!

    Cheers!

    Thread Starter walid91

    (@walid91)

    Hi,

    Works perfectly.

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide SKU and Earning’ is closed to new replies.