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

    Hi – Could you please take a look at the table at the bottom of the page provided in the private content section below? How can I reduce:

    1) The vertical spacing between lines within the same paragraph?
    2) The vertical spacing between paragraphs?

    Thank you

    #414932

    Hi stunna42!

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

    td {
      line-height: 13px;
      padding: 4px 6px;
    }

    Regards,
    Yigit

    #414965

    Perfect! Thank you so much Yigit!

    One more question, how can I make all the text within the table have the darker font color (right now the font color alternates between rows…and I’d just like it all to be the darker gray). Thanks!

    #414969

    Hey!

    Please add following code to Quick CSS as well

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
      color: inherit;
    }

    :)

    Regards,
    Yigit

    #414988

    Perfect! You are the man! Thank you!

    #415164

    Hey!

    Yes he is :)

    Glad you got your issues fixed.

    Cheers!
    Rikard

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