Tagged: Pricing Table
Hello,
I am trying to customize the pricing table element but am running into a snag. I would like to change the color of the heading row. I added the following code which changed most of it, but there is still a row of blue at the top of the highlight column and I cannot figure out what is affecting it.
li.avia-heading-row {
background-color: #92aca0 !important;
border-color: #92aca0 !important;
}
Any help would be appreciated! Thank you!
Hey Kirstie,
Please try the following CSS:
.main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: green;
border-color: green;
}
Best regards,
Rikard
That worked perfectly. Thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon