Border around every table

Posted in: Newspaper
Post count: 22

Hi πŸ™‚

first of all congrats to the best theme ever πŸ™‚ and every update brings the theme to a new level!

Just a small CSS question – unable to fix by myself…

Around every table (posting, page, footer) is a small grey border. What should I use to remove every border (especially footer and posting) and have it “clean”. Example at http://www.pureglam.tv -> footer -> small box around the “79” Klout Score.

Thank you for your assistance

Post count: 22421

Hello,

Unfortunately the image border does not come from the theme css but from the image itself: http://screencast.com/t/MgZPKIxjmAGD
You can edit your image with your favorite image editor to adjust it.

I hope this helps.
Thank you!

Post count: 22

Hi Bogdan,

thanks for the information and sorry for the wrong example… πŸ™

Take a look on this blogpost

http://www.pureglam.tv/2015/12/17/flipboard-wie-funktioniert-flipboard-einrichten-fuer-blogger/

When you see the 16 magazines in the middle of the blogpost you see everywhere a little grey border between the magazines – how to remove it?

Thank you πŸ™‚

Post count: 22421

Hello,

You can remove the border from the table elements by using this css:

table td{
border:none!important;
}

(Further customization to these ‘magazines’ can only be done through the iframe but that does not come from the theme)

Thank you!

Post count: 22

Hello Bogdan,

sorry for the delay – but unfortunately the code won’t work… the border around the tables is still there (also on the sidebar where you find the apps for Google store, Apple store, etc.)

Do you have another idea?

Thank you and Happy New Year to you and your team and all readers of the forum…

Vanessa πŸ™‚

Post count: 7909

Hi,

The css provided by Bogdan should work, I also inspected your site and you have also this custom css to change the border color but this is not applying – http://screencast.com/t/xm36aVd22 If you are aware about this css you can add !important tag try something like this – http://screencast.com/t/YeEpUMSGSKk

table td {
border-color: white !important;
}

Unfortunately Bogdan’s code or the above code to change the border color are general and all your tables will be affected, basically you will not have a border even you add a html table.

Thanks!

Post count: 22

Hi Alin,

perfect – that works…. πŸ™‚

Thank you so much and “Happy New Year”

You can close this ticket if you like πŸ™‚

All the best

Vanessa

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