Hi Enfold team,
I’ve added a table to my page ‘ RePower after pregnancy’. Great option!
I would like to adjust it a bit:
– White background in stead of different rows in a different colour
– Rows 2-5: font black
– Row 5: bold
Is that possible?
Eefke
Hey Eefke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color table caption, .main_color tr:nth-child(even),
.main_color .pricing-table>li:nth-child(even),
#top .main_color .avia-data-table.avia_pricing_minimal td {
color: #000;
}
.avia_pricing_minimal .pricing-table>li:last-child {
font-weight: bold;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi shedoesitcoaching,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-pricing-table-container .pricing-table>li:last-child {
font-weight: bold;
}
If you need further assistance please let us know.
Best regards,
Victoria
That worked, thanks!
You can close the topic.
Eefke