Hi,
I’m using a pricing-table. How can I adjust the background color of the headline row? The borders?
Is there a way to not show the first call on mobile?
How to make every row the same height?
Link to table on private content
Best regards
Hey northorie,
Thank you for the inquiry.
You can change the background color of the heading row by adjusting the color value of the Enfold > General Styling > Main Content > Primary Color field.
Or use this css code:
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: black;
color: #ffffff;
border-color: white;
}
Best regards,
Ismael
Thank you, can be closed