Tagged: avia, borders, Buttons, enfold, Pricing Table
Hi,
I’ve created a pricing table in which there are a couple of empty cells in the button row. Because of this, the cell is not being read as a ‘last child’ and has no bottom border under the $20 drop-in class:-
http://bikramgreenvalley.com/sandbox/pricing/
How do I create a bottom border for this cell?
Thanks
Simon
Hey friendlier!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(odd) {
border-top: none;
border-bottom: 1px solid #e1e1e1;
}
.main_color .pricing-table>li:nth-child(even) {
border-bottom: 1px solid #e1e1e1;
border-top: none;
}
Best regards,
Ismael
that’s terrific – thank you for the quick response, Ismael!
best
Simon