Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #444028

    Hello,

    I created a pricing table and I would like to have the buttons in the columns after the first be greyed out. I added a class to each one, but can’t figure out how to change the color.

    http://trnql.com/pricing/

    For example, the “Available Soon” button in the second column has a custom css class of Button1. The button in the third column is Button2, and so forth.

    How do I style these to be all the same color? I want the first “Sign Up” button to remain as-is.

    Thank you.

    #444236

    Hi aberrant!

    You could try something like this:

    .Button1 a, .Button2 a {
    background-color:red !important;
    }

    Best regards,
    Rikard

    • This reply was modified 9 years ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.