Table-Border won't disappear

Posted in: Newspaper
Post count: 28

Hello,

how to make this table border to disappear?

border

on Newspaper v4 there was no border, now on v6 there is one

im already using:
<table border=”0″ cellpadding=”0″ cellspacing=”0″>

it is the “wordpress popular posts” plugin

website: http://www.histaminentzug.de

Thank you!

Post count: 7909

Hi,

Not sure how you can remove the border as I have not tested this plugin, but you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/mPRiogcU3g

.popular-posts table td {
border: none !important;
}

Thanks!

Post count: 28

Thank you, that works 🙂

Post count: 12

Worked for me, too. Had put table html into a text widget and did not want a border. Thank you!

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