This topic has 4 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
Hi
I’ve already contacted you few times regarding the display of variable.
This time I’m contacting again because it doesn’t display correctly only in the sidebar of variable product page.
And also in Woocommerce admin all products.
How can it be fixed? Infos in private.
Thanks in advance.
Hello,
We can’t log in – https://gyazo.com/76e279ec237fa1646d42a3dfc68fcd98
1/ Add the next custom CSS code:
.single-product-sidebar .sidebar-slider .price {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
2/ Our theme doesn’t affect the price displaying in the dashboard.
Regards
Ok thanks.
Also, product additional information tab is still showing even when I add the code below in child theme function.php
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['additional_information'] ); // Remove the additional information tab
return $tabs;
}
https://www.8theme.com/topic/single-product-page-remove-products-features-under-short-description/
Hello,
If you don’t want to provide ability for us to log in your Dashboard, try to use the next custom CSS code:
#tab_additional_information {
display: none;
}
Regards
The issue related to '‘Variable product page sidebar display issue’' has been successfully resolved, and the topic is now closed for further responses