• This plugin does exactly what I need it to do but there is no way to override the display of the pricing table without overriding it in the plugin file itself so every time I install an update to the plugin I have to edit the plugin template to put some very simple changes in place. It would be great if The plugin would allow template changes to be made in the child theme.

    • This topic was modified 4 years, 2 months ago by gigasloop.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ELEXtensions

    (@elextensions)

    Hello,
    Thanks for the feedback. Please try this CSS in Appearance –> Customise –> Additional CSS

    .xa_sp_table_body_row td {
    background-color: blue !important;
    }

    .xa_sp_table_cell {
    text-align: center;
    color: red;
    }

    .xa_sp_table_head2 tr td {
    text-align: center;
    color: green;
    background-color: yellow;
    }

    Let us know the feedback.

    Thanks

    Thread Starter gigasloop

    (@gigasloop)

    Thank you but I would like to do more than styling. I would like to remove a column and change the titles and a bit of the wording.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great BUT’ is closed to new replies.