Hi, I would like the default of the theme to remove all borders from any tables I place. Can you give me the code to do this? Thank you. I have tried multiple combinations already without success.
Hello, V4sb! Could you please provide us URL of your website along with some edited screenshot of your issue so that we can assist you accordingly? Thanks, Praveen
www.cambridgelane.Com - the issue is in the footer widget where I have social icons listed in a table in order to get them to display properly. I want the white border to be removed from around these social icons in the footer widget. thank you
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: .textwidget table td { border: none !important; } Hope it will solve your issue.