Tagged: enfold, Pricing Table
I am missing some borders on the bottom of my pricing table. I am not sure why. I have entered data into the table using the editor and have not changed any settings.
Hi uattah!
Please add following code to Quick CSS
.pricing-table>li { border-bottom: 1px solid; border-top: none; }
Best regards,
Yigit
That created a 1px line on the bottom of every table row (between each of my service features). I just wanted a line on the very bottom of each column as it looks like it’s missing. I hope this makes sense.
Hey!
Please add this on your custom.css or Quick CSS:
.main_color .pricing-table>li:nth-child(even) {
border-bottom: 1px solid #e1e1e1;
border-top: none;
}
.main_color .pricing-table>li:nth-child(odd) {
border-top: none;
border-bottom: 1px solid #e1e1e1;
}
Cheers!
Ismael
Hi Ismael! That did the trick. My page looks perfect now. Thank you to you, Yigit, and the whole Krisei crew for prompt responses and stellar support. I am sure I’ll be back :) Though, my website is nearing completion.
Are you launching any more themes in the near future?
Thanks again for your help!