Hi,
We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.
Regards,
BestWebSoft Support Team
Greetings,
If you’d like to hide table borders, you can use one of these two options:
1. Add an extra style to each <td> tag, i.e. instead of <td>, it will be necessary to write <td style=”border: none;”> (this should be done for each tag).
2. Add the following style at the bottom of style.css file of your theme:
table.no-border,
table.no-border tr,
table.no-border td {
border: none;
}
When done, whenever you need to display the table without borders, you will need to add this class to the table tag <table>, i.e. instead of <table>, you’ll need to write <table class=”no-border”>.
Regards,
BestWebSoft Support Team
Yes, that does the trick!
Thank you so much – for the answer and the wonderful theme.
Hi again,
You are most welcome! We are glad that your problem has been resolved. Please feel free to contact us with any questions in future.
Thank you for your kind words and have a great day!
Regards,
BestWebSoft Support Team