Home Forums WoodMart support forum customizing attribute table

customizing attribute table

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #210874

    afarahani
    Participant

    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.

    #210920

    Hello,

    Please provide page URL and screen I cannot figure out what you want to change.

    Best Regards

    #210931

    afarahani
    Participant

    Hi,
    Please see attached.

    Attachments:
    You must be logged in to view attached files.
    #211155

    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

    #211388

    afarahani
    Participant

    THanks so much.
    For some reason, the code does not word for the left column. it is still left-aligned. Any thoughts?

    #211421

    Hello,

    Please provide the product page I will check once again.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)