Home Forums WoodMart support forum How to make the table better look?

How to make the table better look?

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

    TYLSSS
    Participant

    I use another theme in another website(attached picture)
    The table look so clear as Colored Stripes row
    How to do make with your theme?
    CSS?

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

    Hello,

    Please update your site admin access.

    Best Regards

    #85293

    TYLSSS
    Participant

    Please help for other topics too

    #85372

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    .wc-tab-inner table tbody tr:first-child {
       border-top: 1px solid #E6E6E6;
    }
    
    .wc-tab-inner table tbody tr:nth-child(odd){
       background:#F8F8F8;
    }
    
    body #tab-additional_information .shop_attributes td, 
    body #tab-additional_information .shop_attributes th {
    	padding: 15px 12px;
    }

    Best Regards

    #85409

    TYLSSS
    Participant

    Thank you

    #85430

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘How to make the table better look?’ is closed to new replies.