• Resolved boy0303

    (@boy0303)


    Hi there, I LOVE this plugin. However, is it at all possible to target one particular feature cell and change the background colour for it? I’ve been trying to figure out how to do it through CSS and I’m stumped. Thank you in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    Try to use this code in css editor of pricing table (click “Edir CSS” button) –

    .ptsCol-1 .ptsCell:nth-of-type(2) {
     background-color: #000 !important;
    }

    where –
    1 – number of column;
    2 – number of cell;
    #000 – color.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Cell Background Color’ is closed to new replies.