Home Forums WoodMart support forum CSS for Change of attribute Style

CSS for Change of attribute Style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #233262

    theknot99
    Participant

    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.
    #233305

    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

    #233356

    theknot99
    Participant

    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

    #233436

    Hello,

    Unfortunately, Woocommerce does not provide such an option and our theme doesn’t have either.

    Best Regards

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