Rate column is hidden in woocommerce standard rate page
-
is it possible to rename the following “.rate” selectors to something else in your next release:
.rate {
float: left;
height: 46px;
padding: 0 10px;
}and
.rate:not(:checked)>input {
position: absolute;
top: -9999px;
}The above CSS is in the following file:
/wp-content/plugins/wp-reviews-by-wiremo/assets/css/admin-fonts.cssthis .rate selector hides the rate column in the woo-commerce tax “standard rates” page.
/wp-admin/admin.php?page=wc-settings&tab=tax§ion=standardlet me know if you have any questions.
The page I need help with: [log in to see the link]
- The topic ‘Rate column is hidden in woocommerce standard rate page’ is closed to new replies.