I’m *not sure* if you have tried this or not..but, here try this..
.post li:a { border: 1px solid #CBC987; }
or maybe even..(doubtful though maybe)
.post li a { border: 1px solid #CBC987; }
That *should* work, because you even said, it works when *hovering* over it.. which you already have a “class” for it.. you just need one for the “li:a” now.. I hope this helps..
spencerp
Then for the “color code” there.. use what ya want.. 😉 🙂 I *hope* this is what ya want lol.. =/
Nope that didn’t do it. 🙁
Thanks for the suggestion though spencerp, I appreciate your taking the time!
Hmm.. let me see once.. how about:
.post li:a {
margin-bottom: 8px;
margin-left: 0px;
padding: 3px 8px 3px 20px;
background: #F3EEDF;
border: 1px solid #CBC987;
}
I’m not really sure, if you’re talking about the “blog” in your profile name.. or not.. have a URL to the one in question then? 😉 I can get a better “idea” of what’s going on that way then.. 😉
spencerp
Ah ha! I fixed it. A second class (.entry) was over riding the .post class. Yay!!
yes, I was talking about http://www.themutteringmuse.com. Thank you for your help spencerp, your suggestion made me wonder whether I was over riding the li coding somewhere else since you said it was ok.
Awesome! Glad to hear ya fixed it.. =)
spencerp
yes, I was talking about themutteringmuse.com. Thank you for your help spencerp, your suggestion made me wonder whether I was over riding the li coding somewhere else since you said it was ok.
Oh ok, I was thinking that’s the one you were talking about.. =P You’re welcome with the helping.. =)
Atleast ya found the culprit, and fixed it now.. =) Nice theme by the way..! 😉
spencerp