Hello! I'm trying to erase the border of one table I added in a widget at the footer. The border is always visible and I can't erase it with html. The website is www.toursentailandia.com What can I do? Btw, what did you use to create this forum? I really like the design of it. Thanks in advance.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container .textwidget td, tr { border: none; }
I really appreciate your quick answser Gourav. It works but still a white line of the table keeps showing on. On the bottom. Thanks again,
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container .textwidget td, tr { border: none ! important; } This will solve your issue.