Home › Forums › Basel support forum › Several questions… please help and answer my ticket! › Reply To: Several questions… please help and answer my ticket!
Artem Temos
Hello,
Thank you for contacting our support center.
1. It would be better if you will remove tabs not with CSS but with PHP code. If you are using child theme please add the following code to the child functions.php file
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['description'] ); // Remove the description tab
unset( $tabs['additional_information'] ); // Remove the additional information tab
return $tabs;
}
2. We just checked your product and see that it has only 7 colors in admin panel and all of them are displayed on the frontend.
3. Try to add the following CSS snippet to fix the issue
.footer-container .mc4wp-form input[type=submit] { background-color: #e85a80; }
4. This categories menu appears only on shop page and list all categories presented in your shop. You can disable this option in Theme Settings -> Shop -> Shop page layout -> “Categories menu in page heading”.
5. We have already answered your previous questions. Our response time for support requests may be up to 24 hours. Of course we always try to answer ASAP but unfortunately we can’t be online 24/7.
Thank you for understanding and feel free to contact us with any questions regarding our theme.