customizing attribute table
-
Hi,
Can you let me know how I can customize the formate of the attribute table? I want to remove the borders, right justify the left collumn, and left justify the right column.
Thanks.
Hello,
Please provide page URL and screen I cannot figure out what you want to change.
Best Regards
Hi,
Please see attached.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single table.woocommerce-product-attributes tbody th{
text-align: right;
}
body.single table.woocommerce-product-attributes tbody td p{
text-align: left;
}
body.single table.woocommerce-product-attributes tbody td,
body.single table.woocommerce-product-attributes tbody th {
border-bottom: 1px solid transparent;
width:50%;
}
Best Regards
THanks so much.
For some reason, the code does not word for the left column. it is still left-aligned. Any thoughts?
Hello,
Please provide the product page I will check once again.
Best Regards