Home Forums WoodMart support forum Rowspan and Colspan in Size Guide

Rowspan and Colspan in Size Guide

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

    alphatechlogix
    Participant

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please read and follow the instructions here:

    https://xtemos.com/docs-topic/how-to-create-a-size-guide-table/

    https://xtemos.com/docs-topic/size-guides/

    Best Regards.

    #548453

    alphatechlogix
    Participant

    i know this but i need colspan and rowspan

    #548487

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    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.

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