Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Links color on Posts (http://forum.bytesforall.com/showthread.php?t=2485)

seboush Jul 17, 2009 02:34 AM

[SOLVED] Links color on Posts
 
Hi, I would like to change the color of the links of the post only.

I have included the following CSS insert:

div.post-bodycopy a:link {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:active {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:visited {
color: #CC0000;
font-weight: 100;
text-decoration: none;
},
div.post-bodycopy a:hover {
color: #CC0000;
font-weight: 100;
text-decoration: underline;
}

It works on my PC with IE8 and Chrome but it doesn't work with Firefox 3.5 on my Mac.

Can someone please help me?

Many thanks.

seboush Jul 20, 2009 11:34 AM

Nobody knows how to change the color of the body only? When I change it with Atahualpa config, it also changes the footer...

Thanks.

Flynn Jul 22, 2009 02:09 PM

probably due to the commas. Use

div.post-bodycopy a:link,
div.post-bodycopy a:active,
div.post-bodycopy a:visited,
div.post-bodycopy a:hover {
color: #CC0000;
font-weight: 100;
text-decoration: none;
}

seboush Jul 23, 2009 02:46 AM

It works!

Many thanks, Flynn.


All times are GMT -6. The time now is 09:19 PM.

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