studioart

Enfold - Pricing Table Styling

Feb 6th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*ENFOLD - TABLE - PRICING TABLE - EXTRA ROW*/
  2. .page-id-xxxx  .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
  3.    background-color: #000;
  4. }
  5.  
  6. /*ENFOLD - TABLE - PRICING TABLE - HEADING ROW*/
  7. .page-id-xxxx .main_color .pricing-table li.avia-heading-row {
  8.    background-color: #000;
  9. }
  10.  
  11. /*ENFOLD - TABLE - PRICING TABLE - PRICING ROW */
  12. .page-id-xxxx .pricing-table li.avia-pricing-row {
  13.    background-color: #000;
  14.   border-color: #000;
  15. }
  16.  
  17. /*ENFOLD - TABLE - PRICING TABLE - BUTTON ROW*/
  18. .avia-pricing-table-container .pricing-table>li:last-child {
  19.    padding: 20px 0px 20px 0px;
  20. }
  21.  
  22. /*ENFOLD - TABLE - PRICING TABLE - TOOLTIP*/
  23. .avia-tooltip {
  24.    width: 400px;
  25. }
Add Comment
Please, Sign In to add comment