remore square around picture
-
hello,
I can’t remove the grey square around the image.
I try with this css:a:focus img[class*=align],a:hover img[class*=align],a:active img[class*=align],a:focus img[class*=wp-image-],a:hover img[class*=wp-image-],a:active img[class*=wp-image-],#content .gallery .gallery-icon a:focus img,#content .gallery .gallery-icon a:hover img,#content .gallery .gallery-icon a:active img {
background:#FFFFFF;
border-color:#FFFFFF;
}but it doesn’t work.
How can I do this?
thank you.The blog I need help with is: (visible only to logged in users)
-
This will remove it in non-hover if that is what you are wanting.
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img { border: none; } -
-
Hi “thesacredpath”
coul you help me out too?
i have a similar problem as well.here is my question:
https://en.forums.wordpress.com/topic/different-kind-of-hover-for-different-elements?replies=1#post-787525 -
- The topic ‘remore square around picture’ is closed to new replies.