Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    Most likely there is some conflict with styles of your theme.
    Please try to the following –
    Go to the CSS editor of the pricing table and into the end of editor put this css code –

    #{{table.view_id}} .ptsCol .ptsActBtn .ptsEditArea {
    color: #fff !important;
    }

    Please try it.

    Thread Starter bojans

    (@bojans)

    This is working !
    Thanks.

    I added this like this:

    #table.view_id .ptsCol .ptsActBtn .ptsEditArea {
    color: #fff !important;
    }

    Dear users, please note that my example isn’t working.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buttons text doesn't want to change color’ is closed to new replies.