Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1441463

    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

    #1441541

    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

    #1446710

    Thank you, can be closed

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