Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1113394

    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!

    #1113525

    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

    #1113645

    That worked perfectly. Thanks!

    #1113770

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Pricing Table Styling’ is closed to new replies.