Hi
I would like to make the text in the additional details tab in the woocommerce product page more visible to all the product pages. Currently this tab and text is not very visible
Hi
I would like to make the text in the additional details tab in the woocommerce product page more visible to all the product pages. Currently this tab and text is not very visible
Hi @dylandesilva,
Would you please kindly give me details on what you mean by more visible? At the moment, when you click the more information tab it shows the info. If by visible you mean making the values bold you can add the code below to X > Theme Options > CSS:
.woocommerce-product-attributes-item__value {
font-weight: bold;
}
Thank you.
Hi @dylandesilva,
Sorry for the confusion, please add this to Theme Options > CSS
.x-nav-tabs>li>a {
color: #000;
}
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Thanks,
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.