Is it possible to remove the border and background on the description column of a pricing table?
Hi haydenkirk!
Can you please post the link to your page and point out the section so we can provide you an accurate custom CSS code?
Regards,
Yigit
Think I got it with the following code actually, let me know if correct (wanted font bold too)
.avia-desc-col {
box-shadow:none !important;
border:none !important;
font-weight:bold !important;
}
link was for the following: http://goo.gl/qUnEho
cheers and thank you for the quick response! :)