Classic Pricing Table Buttons Color

Hello!

I want to change the buttons colors on this princing table.

I found this thread:


And used this:
[x_button href="#" size="large" style="background-color:orange;"]Contact Us[/x_button]

But i get this using blue

So, how to turn all with the same color?

Thanks a lot

Hi There @ElClements ,

Thanks for writing in! Your code is correct and you can further add your CSS properties to set a background and shadows.

[x_button href="#" size="large" style="background-color:orange;border-color:orange;box-shadow:0 0.25em 0 0 orangered,0 4px 9px rgba(0,0,0,0.75);"]Contact Us[/x_button]

In your case, you may experience a caching issue. Please make sure to clear all caches when testing your issue (https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/).

Hope that helps.

1 Like

Thanks a lot!

I personalised like this

> [x_button href="#" size="large" style="background-color:#438fe2;border-color:rgb(20, 90, 168);box-shadow:0 0.25em 0 0 rgb(20, 90, 168),0 4px 9px rgba(0,0,0,0.75);"]Más detalle[/x_button]

to get this

Now, how can I get a Hover response?

Hi @ElClements,

Please navigate to Pro > Theme Options > Buttons



There you’ll see the general button settings including the hover colors.

Hope it helps,
Cheers!

1 Like

Thanks a lot!

In this way both queries are solved much more easily

Resolved
:grinning:

You are most welcome!

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