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

    Hi
    Is posible changue manual the two colors of pricing tables?
    http://telealhama.es/residuos/1.png

    Thanks

    #430386

    Hi tokyoluz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
      background-color: red;
      color: #ffffff;
      border-color: #e5734f;
    }
    .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
      background-color: orange;
      color: #ffffff;
      border-color: #e5734f;
    }

    Best regards,
    Yigit

    #430713

    Thanks!!

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