Change Pricing table button

Hi there,

I am trying to adjust the buttons in the pricing table to match all the other buttons on my site.
The page the pricing table is at is www.crome.com.au/air

I look forward to hearing from you soon.
Kindest regards,
Naomi

Hey Naomi,

I could not view your site because it’s under construction. Please give us WordPress admin access in a Secure Note so we could check your setup and recommend an action.

Thanks.

Hello @BlissfulBellies,

Thanks for sharing the details.

Please add following CSS under Pro > Theme Options > CSS:

.x-pricing-column.featured .x-pricing-column-info a, .x-pricing-column-info .x-btn{
    background-color: transparent;
    box-shadow: none;
    border-color: rgb(2,181,253);
    border-radius: 0;
    color: #000;
    text-shadow: none;
}

If you would like to learn CSS, please take a look a following resource:

https://www.w3schools.com/css/

Thanks.

Thanks so much!!! :slight_smile:

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.