Comments stylefotografie started the conversationOctober 30, 2017 at 6:50amHow 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? 432Sergio repliedOctober 30, 2017 at 1:28pmHI,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 repliedOctober 30, 2017 at 6:51pmThanks, 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 432Sergio repliedOctober 31, 2017 at 12:08pmHI! 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. Sign in to reply ...
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?
HI,
pls. use for this custom css:
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.
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
HI!
pls. use following css:
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.