Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #471911

    Hello,

    I want to know if it’s possible to make different background colors for the comparison table.

    As you can see in the attached picture, I would like to make the background in the color of the included logo/image.

    Thanks :)

    #472381

    Hi Philipp!

    can you provide us a link showing this element? we would need to inspect it. Post it here as private reply if you wish.

    Best regards,
    Andy

    #472421

    Thanks for the reply.

    I provided it in the private content.

    Let me know if you need a login or something.

    #472811

    Hey!

    Not sure the CSS I had in mind would work, could you provide us with login details please?

    Regards,
    Rikard

    #472824

    Here is the login:

    #472990

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .pricing-table-wrap:nth-child(1) .avia-heading-row {
      background-color: green!important;
    }
    .pricing-table-wrap:nth-child(2) .avia-heading-row {
      background-color: blue!important;
    }
    .pricing-table-wrap:nth-child(3) .avia-heading-row {
      background-color: orange!important;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.