Hello,
I was wondering if there was a way to take out the white borders around the images and thumbnails. You can see the borders in "About Me" section and "Portfolio" section.
Here is my site
http://jonbonvfx.com/wp/
Thanks in advance.
Hello,
I was wondering if there was a way to take out the white borders around the images and thumbnails. You can see the borders in "About Me" section and "Portfolio" section.
Here is my site
http://jonbonvfx.com/wp/
Thanks in advance.
Hey,
add following code to style.css:
#top .framed img, .framed, .framed span {
background: none transparent !important;
border: none !important;
}Awesome that removed the border off my portfolio images, but the images I have in the "About Me" section still have the border.
In your style3.css add
.entry img {
background: none transparent !important;
border: none !important;
}
to the bottom of your file.
Added that into my style3.css but the white border is still around my images.
It could be seen in that section.
Hey,
your images display fine for me. Maybe you need to clear your browser cache to get rid of leftover stylesheet rules.
Ah yes that worked. Thank you very much! You guys are awesome!!
Glad that I could help you :)
You must log in to post.