th-woocommerce-product-attributes-item_label
-
Hi there,
How can I fix this part th-woocommerce-product-attributes-item_label ?
It has some type of an bug and it has a line over the last part.
You can find this from any product page and click to LISÄTIEDOT and scroll down and you will see this.
For example click this product page:
https://www.sukat.com/lentosukat-sukat-com-tukisukat/
Best Regards,
Tuomo Nurkkala
Attachments:
You must be
logged in to view attached files.
Hi,
This issue is caused by custom CSS code related to the single product accordion (check video https://monosnap.com/file/SUGtnQMjUkeiP0wDfJSObggVLrMR1L). Try to remove this code and check again.
Kind Regards
Hi Bogdan,
Thanks!
This code came from some older fix from the shopping cart page:
/* Ostoskori bugin korjaus (In English Shopping cart bug fix)*/
.cart_item dl.variation dt {
display: none
}
.tabs-layout-accordion .basel-tab-wrapper .wc-tab {
padding-bottom: 0px !important;
}
.widget_shopping_cart .product_list_widget li .variation {
display: none
}
body .testimonials.testimon-align-center .testimonial-avatar {
border-radius: 0! important;
}
The following part of the code (screenshot https://prnt.sc/LThrlUb1dPEL) does not relate to the cart page or shopping cart widget because tabs-layout-accordion
can only be located on the single product page content.
Kind Regards
Hi Bogdan,
I don’t know why that part was added there. :/
But it is good that the problem is fixed now!
Best Regards,
Tuomo Nurkkala
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘th-woocommerce-product-attributes-item_label’ is closed to new replies.