Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Change hover color in body of post (http://forum.bytesforall.com/showthread.php?t=424)

HalfWayThere Feb 17, 2009 01:43 PM

Change hover color in body of post
 
Hi

Is there any way I can change the hover color over a link in the main body of posts without it affecting the exisiting default color which I use in the sidebars?

Thanks in advance

Matt

http://matterstoday.com

MacMyDay Feb 17, 2009 05:11 PM

Quote:

Originally Posted by HalfWayThere (Post 1655)
Hi

Is there any way I can change the hover color over a link in the main body of posts without it affecting the exisiting default color which I use in the sidebars?

Thanks in advance

Matt

http://matterstoday.com

Matt - I'm no programmer nor CSS kingpin, but have you tried putting the following in the Body Box in Post/Page Styling:

Code:

A:hover { color: #ff0000 }
or whatever color you might want? It's worth a try to see if that works for you. Otherwise, Flynn or someone else might have to jump in...

/allan

HalfWayThere Feb 17, 2009 05:50 PM

Hi

Thanks for the suggestion. I can't get anywhere with this - I have tried a number of variations on the coding but it begs Flynn's attention ...

Cheers

Flynn Feb 17, 2009 05:59 PM

Quote:

Originally Posted by HalfWayThere (Post 1655)
Hi

Is there any way I can change the hover color over a link in the main body of posts without it affecting the exisiting default color which I use in the sidebars?

Thanks in advance

Matt

http://matterstoday.com

Put this at HTML/CSS Inserts -> CSS Inserts

HTML Code:

.post-bodycopy a:link,
.post-bodycopy a:active,
.post-bodycopy a:visited {
color: #123456;
}
.post-bodycopy a:hover {
color: #654321;
}


HalfWayThere Feb 18, 2009 07:39 AM

Thanks for that - it works a treat.

Is there any way that I can force links in the body of a post to open in a new window (and possibly resized as well)?

Flynn Feb 18, 2009 02:35 PM

Can you make this a new thread please, so it can be easier found by others? I'll delete this post after that.

HalfWayThere Feb 18, 2009 02:56 PM

OK - thanks, I'll create a new thread.


All times are GMT -6. The time now is 02:55 PM.

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