tccollins
Member
Posted 1 year ago #
I can't seem to get the border on this image in the posts to go away. I have tried the <img src="http://kyfreshstart.com/subscribe-now.png" border="0"> and tried adding
img {
border: none;
}
to the .css file. The site is live at http://www.kyfreshstart.com/
I have included a pastebin of my stylesheet.css
Any help would be appreciated.
Thank you in advance.
Casey
PS - Pastebin link is here. http://pastebin.com/DAUsMuuA
FishDogFish
Member
Posted 1 year ago #
Change this...
.post img{
padding: 4px;
border: 1px solid #ddd;
background: #fff;
}
To this...
.post img{
padding: 4px;
border: none;
background: #fff;
}
tccollins
Member
Posted 1 year ago #
FishDogFish,
You are great. One other thing do you know how I can have that image be static on every post automatically? If not I understand. I am thankful for you already. :)
Casey
FishDogFish
Member
Posted 1 year ago #
Put it in single.php and give it class so you can position it, but you should post that as separate question and mark this one [Resolved]
tccollins
Member
Posted 1 year ago #
And how might one do that? Sorry, I am not really good with this kind of thing. Thanks!
http://pastebin.com/b1kUDhJY
FishDogFish
Member
Posted 1 year ago #
It's easier for others to find answers to their questions if you put each of your questions in a separate post.