CSS for Change of attribute Style
-
Dear Team ,
I am looking to change the highlighted text and color of the attribute . Can you please assist me.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-image-summary .shop_attributes th {
font-family: "Inter", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color:red;
}
body .product-image-summary .shop_attributes td {
font-family: "Inter", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color:green;
}
Set the styles as per your needs.
Best Regards
Thanks for the assistance, Works great. Meanwhile is there a way we can rearrange the placement of the country (Australia) soon after the country of origin instead of it appearing on the right corner of the screen
It should Appear like this ( Country of Origin – Australia )
Thanks
Hello,
Unfortunately, Woocommerce does not provide such an option and our theme doesn’t have either.
Best Regards