Pricing Table Buttons

Hi

I’m using the pricing table module as a feature list on this page of my website. As you’ll see I have no need for the buttons at the bottom of the pricing table module - is it possible to hide them rather than have them display with no text on them?

Cheers

Jamie

Hi Jamie,

Thanks for writing in. I understand that you would like to hide the buttons at the bottom of the pricing table. To do that, kindly insert the below CSS snippet. Login to your WordPress dashboard, Navigate to Appearance > Customize > Code > CSS Code > Insert the CSS Code below into the text box provided.

.fl-pricing-table a.fl-button {
    display: none;
}

Thank you.

Awesome, thanks for that! :slight_smile:

[Content Hidden]

Hi Jamie,

Can you remove the CSS you’re currently using and replace it with the following, please.

.fl-pricing-table .fl-button-wrap {
    display: none;
}

Thanks,
Danny

1 Like

Hi Danny

That worked a treat!

Thanks

Jamie

Hey Jamie,

Thanks for taking the time to inform us! Enjoy BB! :slight_smile:

Ben