Removing black line from "X bloggers liked this." box
-
Hi!
I would like to remove the black border line from around the “X bloggers liked this.” box at the bottom of the content portion of each of my posts. A good example page would be: http://exploratorius.us/2013/08/06/waking-with-the-ospreys/
The black — to me, at least — looks busy, and I’d like to remove it, but keep the gray shadow that’s on the outside of it. Is that possible?
Thank you for any assistance you can provide.
The blog I need help with is exploratorius.us.
Hi, and yes it is possible. Add the following to your custom CSS to get rid of the black borderline.
#container iframe {
border: none;
}
If you decide you also want to get rid of the box shadow, add the following declaration to the above rule.
box-shadow: none;
Ha — you anticipated me! And yes, it looks even better without the box shadow. Many thanks!
The topic ‘Removing black line from "X bloggers liked this." box’ is closed to new replies.