Hi,
I have question about Pricing Table (Classic). I put one into our web but I don’t like It’s colors (combination of grey and white stripes). Is it possible to customize colors of these stripes? Thanks for your advice!
nezzazvoni

Hi There,
Thanks for writing in!
Yeas you can modify the color via custom CSS.
Please add this CSS to your Theme option-> Global CSS
.x-pricing-column-info ul>li:nth-child(2n+1) {
background-color: #fbfbfb; /* set your color here */
}
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.