How to make the table better look?
-
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.
Hello,
Please update your site admin access.
Best Regards
Please help for other topics too
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to make the table better look?’ is closed to new replies.