Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379638

    Please see the pricing table I have on this page:
    http://abhfonline.com/online-training-programs/

    Some of the rows have a light gray font color and some have a black font color.

    How can I change the font color for all the rows?

    Thank you

    #379681

    Hi coachw ;
    These are the lines of your table :
    first, third, fifth lines :

    .main_color .pricing-table>li:nth-child(even){color: #919191;}
    

    second, fourth lines :

    .main_color tr:nth-child(odd){color: #666666;}
    

    change the color as you like

    #379898

    Hi!

    Thank you for using Enfold.


    @coachw
    : Please follow @begrafik’s suggestion. It should work. Add the code on the Quick CSS field. Adjust the color values.

    Cheers!
    Ismael

    #384076
    This reply has been marked as private.
    #384080

    Hey!

    Please add following code to Quick CSS

    li.avia-pricing-row {
    color: white!important;
    }
    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: inherit;
    }

    Best regards,
    Yigit

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