I have mysterious dot's appearing on my site for no reason.
Anyone know what they are and how to get rid of them please.
The best place to see the B******S is here:
http://www.greenbananaguide.com/?page_id=267
There is one mext to each button, they are tiny. There is also one above the image on the right.
Thanks
ClaytonJames
Member
Posted 3 weeks ago #
src="https://www.paypal.com/en_GB/i/scr/pixel.gif"
it's visible because of this in your style sheet;
img {
border: 1px solid #7f931d;
padding: 0px;
margin: 0px;
}
I think the 1px img border is making it visible in your theme.
Hi Clayton
Thanks for your reply. I am a bit of a newbie at this and I dont want to mess things up.
Should I just delete the code you state from the stylesheet?
Thanks
ClaytonJames
Member
Posted 3 weeks ago #
Probably the best thing to do is just change the border color to match the background, and keep an eye on your other images and see if anything pops out at you. I don't think it will though. Try changing #7f93d1 to
#ECECF7 and see if that makes it blend in.
Clayton
Many thanks, you are a genius, made the change as you suggested and the dot's have gone, excellent.