Tagged: Pricing Table
-
AuthorPosts
-
March 20, 2016 at 3:41 pm #600843
Hello,
i just want to know something about using 3 pricing tables in one page with different colors. bc there are 3 catagories and 6 each payment sections. you can check it on http://www.sanalkartlar.com
i have created 3 pricing table but somehow all are getting the color from theme colors.
i would like to have one of em is blue color scale, one of em is red, and other the one should be orange.is it posibble to do some kind of thing ? can you please help ?
March 20, 2016 at 8:57 pm #600885Hi tamaydogar!
I now loaded your web site and I can see the tables been different colors.
Is that working properly now?Thanks a lot
Best regards,
BasilisMarch 21, 2016 at 1:27 pm #601198Hello again,
on the main page, i used 3 tables for the pricing, but all they are blue. can you please check again.
i need of em is green, second is red and the third is blue.
please check again.Thanks,
Regards!
March 21, 2016 at 1:56 pm #601224Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-table-1 li.avia-heading-row, .avia-table-1 li.avia-pricing-row { background: green !important; border-color: green !important; } .avia-table-2 li.avia-heading-row, .avia-table-2 li.avia-pricing-row { background: red !important; border-color: red !important; }
Regards,
Yigit- This reply was modified 8 years, 8 months ago by Yigit.
March 21, 2016 at 2:33 pm #601242Thanks Yigit,
it helped me alot.
good work mate.Regards!
March 21, 2016 at 2:54 pm #601255one last thing,
can we change the color on top of the pricing list more darker ? bc its now so much flat.March 21, 2016 at 3:21 pm #601272Merhabalar!
Please change the code to following one
.avia-table-1 li.avia-heading-row { background-color: green !important; border-color: green !important; } .avia-table-1 li.avia-pricing-row { background: green !important; border-color: green !important; } .avia-table-2 li.avia-heading-row { background-color: orange !important; border-color: orange !important; } .avia-table-2 li.avia-pricing-row { background: red !important; border-color: red !important; }
If that does not help, please post a screenshot and show the changes you would like to make
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.