Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1351247
Pricing table color
Closed

Comments

  • stylefotografie started the conversation

    How can i change the color of the pricing table, for example the background?

    I can change some colors but not all. Must i change something in the css?

  •  432
    Sergio replied

    HI,

    pls. use for this custom css:

    .pricing-table-style-4 .pricing-price-wrapper,
    .pricing-table-style-4 .pricing-row,
    .pricing-table-style-4 .pricing-footer {
        background-color: #000 !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.

  • stylefotografie replied

    Thanks, it works. 

    But i want also change the color of the row and ring in the price table.

    Were can i find the custom css?

    Best regards

  •  432
    Sergio replied

    HI!

    pls. use following css:

    .pricing-table-style-4 .pricing-column-wrapper .pricing-price {
        background-color: rgba(0, 0, 212, 0.31) !important;
        -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 212, 0.31)!important;
        -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 212, 0.31)!important;
        box-shadow: 0px 0px 0px 10px rgba(0, 0, 212, 0.31)!important;
    }
    .pricing-table-style-4 .pricing-row{
        background-color: #cc0000 !important;
    }
    .pricing-table-style-4 .pricing-row:nth-child(odd) {
        background-color: #fff !important;
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.