[ad_1]
Plugin Author
Nitesh
(@nitesh_singh)
Hello letaajohnson,
There is a Total Bids Placed tab available on the auction detail page. We have not provided any option to enable/disable this tab in auction settings. You can hide this tab using the custom CSS.
Please add the custom CSS to the below path of your site.
Admin Dashboard -> Appearance -> Customize -> Additional CSS -> Add CSS here and publish it. It will hide the “Total Bids Placed” tab on the auction detail page.
ul#wdm-tabs-nav li:nth-child(n+3) {
display: none;
}
Thank You
-
This reply was modified 8 minutes ago by
Nitesh.
