Remove Table Border

Posted in: Newsmag
Post count: 28

Hi,

How to remove table border? I’ve tried a using border=”0”, but there’s still a border.

Thanks.

Post count: 23312

Hello syahrizal.mu,

You should change the color of the border from here -> https://www.screencast.com/t/vO8KtPIXd

Thanks for the message!

Post count: 28

It will change grid the theme, not HTML Table. This default border http://prntscr.com/hxn2d0 , can we change to without border?

Post count: 23312

Hello syahrizal.mu,

Notice that table does not come with our theme, sorry! If you want to change this you should edit the table and add some Custom CSS code to remove the border.

Thanks for the message!

Post count: 28

Hi,

If not from your themes, where is come from? I use your theme.

Thanks.

Post count: 23312

Hi,

You should provide your website URL so I can identify it.

Thanks for your understanding!

Post count: 28

Hi,

My site is https://www.raidbrick.com , Please help me to remove the Border Tabel in the post.

Thanks.

Post count: 23312

Hello syahrizal.mu,

Try to use the code below and place it in Theme panel -> Custom CSS area.

table td {
border: 0;
}

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

Thanks.

Post count: 28

It’s awesome. Thanks Catalin.

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.