Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mykola Lukin

    (@bycrik)

    Hey!

    Each theme has its own style for “shop-table” class, so if you want the table to look different you must add your CSS styles.

    Thread Starter edswebb

    (@edswebb)

    Thanks, Kolya

    Do you have a list of the different css classes that the Plugin uses? I was fudging around with this last night and was having some issues getting it to function properly, seemed like I was missing some classes and selectors.

    Plugin Author Mykola Lukin

    (@bycrik)

    Hey,

    Actually, the plugin uses only one standard class – shop_table and in the settings you can add you own. You can use them to build your selectors class. For example:

    .shop_table > tr {
    padding: 10px;
    }

    or

    .your-table-class > tr {
    padding: 10px;
    }
    • This reply was modified 6 years, 8 months ago by Mykola Lukin.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Pricing Table Not Appearing Correctly?’ is closed to new replies.