how to remove table boundaries?

Posted in: Newsmag
Post count: 81

How in this topic is it most convenient to make a table?
When using Xmlml border=”0″ I make a table and even point out, the table borders remain gray. How to make them unseen?

Post count: 23312

Hello vasik,

Provide your website URL so I can inspect it closer it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 81
Post count: 23312

Hello vasik,

I guess that you are referring to the tables which are included in your page content, right? So, if you are referring to these, you should try using the following code and place it in Theme panel -> Custom CSS area.

.home table td {
border:none;
}

The result is here -> https://www.screencast.com/t/PiZHxYseGJuX

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.