• Resolved samfrost93

    (@samfrost93)


    Hi,

    Let me explain my situation.

    I have various different tables in my website, all of which require different designs.

    There are a group of tables, ones I’ve designed to look like calendar months which all require the same CSS. Is there anyway to group these tables together so they share the same CSS code for their rows and columns?

    Right now for example I might have the following:

    .tablepress-id-1 .row-1 column-1{
    background-color: #000;
    }
    
    .tablepress-id-2 .row-1 column-1{
    background-color: #000;
    }

    As you can see, the CSS is the same for both those tables.. but I have to create different classes for each table which is a lot of work. Maybe I’m missing something, but is there a way to combine them together?

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple tables, same CSS??’ is closed to new replies.