Rowspan and Colspan in Size Guide
-
is it possible to create rowspan and colspan per each row in size guide. also can able to make bold content in any cell? I have to make like this as in attachment
Attachments:
You must be
logged in to view attached files.
i know this but i need colspan and rowspan
Hello,
Navigate to products > Side Guide > Edi Size Guide > Create modify size guide table and click on the plus icon to add row and column. You can configure the size guide from here.
https://ibb.co/mBGpPbn
For the size guide text, add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-sizeguide-table :is(tr,td) {
font-size: 20px;
font-weight: bold;
}
Best Regards.