Hi Kriesi,
Nice table and tab I like.
However, is there CSS rule for Not to use bold font on every other row in table or light color instead every other row?
And on column section how can I make left margin text after they all centered. ( I want right column with dollar sign with price all left aligned.
Thanks.
Hey tobylove!
It is not actually using a bold font. You can use this on your custom.css or Quick CSS to change the light color:
.main_color .pricing-table>li:nth-child(even), .main_color .pricing-table>li:nth-child(odd) {
color: black;
}
Can you please post a screenshot of what you’re trying to do?
Best regards,
Ismael