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
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!
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 π
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!
-
This reply was modified 10 years by
Alin [tagDiv].
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 π
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!
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