Styling Attributes on Product page
-
Hi, we use a Product Bundle Plugin. On the pages with product bundles the attributes of each product is shown automatically on the product page. Only the styling is not that well. Could you please help fixing this. See private area for more info.
Thank you.
Hello,
Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS
.tabs-layout-tabs #tab-additional_information .shop_attributes {
margin-bottom: 20px;
}
.single-product-content table:not( .has-background ) th {
background-color: white;
}
.single-product-content table:not( .has-background ) tbody tr:nth-child(2n) td, .single-product-content fieldset, .single-product-content fieldset legend {
background-color: white;
}
Best Regards.
Hi Aizaz,
Thank you. On mobile nothing changes. How can we adjust that?
Hello,
Please add the previous custom css code in Theme Settings > Custom CSS > Global Custom CSS and check the issue after completely clearing the browser cache.
Best Regards.