Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Can't change post footer link color? (http://forum.bytesforall.com/showthread.php?t=23140)

Danielwerner Apr 4, 2015 04:51 PM

Can't change post footer link color?
 
Hi,

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;
}

... But nothing happens. The button works fine but the text colors are still the same. I tried removing the Style posts and pages-link colors altogether but I still can't change anything. Then it just takes it from the general layout options. What am I missing?

Thanks!

My site is: hittaprylen.se


All times are GMT -6. The time now is 05:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.