Hello,
I’d like to change the first row background color of tables located in sidebar widget.
I’d like to have #f0f0f0 instead of default pricing table color.
Link provided in private area.
Thanks.
Hey kumharas,
Please try the following in Quick CSS under Enfold->General Styling:
.pricing-table>li:nth-child(1) {
background-color: red !important;
}
Best regards,
Rikard
Hi Rickard,
It works perfectly.
Thanks a lot.