Remove sublinks from Reports tabs

This topic contains 1 reply and 2 voices, and was last updated by towhid 8 years, 9 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
July 29, 2015 at 2:56 am 61416
towhid Hi, I was wondering how can I remove "Top Sellers & Top Earners" sublinks from the "Reports" tabs? Please advise. Thanks!
July 29, 2015 at 1:07 pm 64112
towhid towhid

Hello Ryan,

Please paste following code in the theme’s style.css file.

.dokan_tabs li:nth-child(3) {
    display: none !important;
}

.dokan_tabs li:nth-child(4) {
    display: none !important;
}

Thanks

Viewing 1 Posts - 1 through 1 (of 1 total)