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
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
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!
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
Perfect! You are the man! Thank you!