Home Forums WoodMart support forum Styling Attributes on Product page

Styling Attributes on Product page

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

    s0mbrer0
    Participant

    Hi, we use a Product Bundle Plugin. On the pages with product bundles the attributes of each product is shown automatically on the product page. Only the styling is not that well. Could you please help fixing this. See private area for more info.

    Thank you.

    #513795

    Hello,

    Add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS

    .tabs-layout-tabs #tab-additional_information .shop_attributes {
    margin-bottom: 20px;
    }
    
    .single-product-content table:not( .has-background ) th {
       background-color: white;
      }
    .single-product-content table:not( .has-background ) tbody tr:nth-child(2n) td, .single-product-content fieldset, .single-product-content fieldset legend {
       background-color: white;
    }

    Best Regards.

    #514518

    s0mbrer0
    Participant

    Hi Aizaz,

    Thank you. On mobile nothing changes. How can we adjust that?

    #514566

    Hello,

    Please add the previous custom css code in Theme Settings > Custom CSS > Global Custom CSS and check the issue after completely clearing the browser cache.

    Best Regards.

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