I have a post footer divided into two cells. Inside those cells I have links. I want the links in the first cell to have the same color (both standard and hover) as the rest of the page. I've fixed that inside the "Style posts and pages"-submenu.
Inside the other cell I want a button with hover effects, which I'm partly done with. But I can't manage to change the link colors! I've created a div class where I've entered this in the css:
Code:
.spanain { background: #009933; border: solid 2px #006633; -moz-border-radius:3px; -khtml-border-radius: 3px; -webkit-border-radius:3px; border-radius: 3px; color: #fff; text-align: center; transition: all 0.3s ease 0s; } .spanain:hover { background: #58C236; color: #fff; }
Thanks!
My site is: hittaprylen.se