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] change headline post hover background color (http://forum.bytesforall.com/showthread.php?t=13846)

jrobie23 Apr 19, 2011 02:08 PM

[SOLVED] change headline post hover background color
 
This is the source i found on my posts page:

div.post-headline h1 a:hover {
color: #000000;
background-color: #f8fbbd
text-decoration: none; }

Apparently I've not done something correct because it will work on the PAGE links (which is handy to find in the theme options), but I can't seem to get it to function on the actual posts headline.

I'm basically trying to get that yellow color to show up in the background in the hover state.

http://cbredpath.com/blog/

juggledad Apr 19, 2011 05:38 PM

try this in the CSS Inserts
HTML Code:

div.post-headline h1,
div.post-headline h2 {
    background: #yellow;
}


jrobie23 Apr 20, 2011 08:35 AM

OK... your solution worked perfectly. I just need to only change it in the hover state though.

added this and it worked!!

div.post-headline h1 a:hover,
div.post-headline h2 a:hover{
background: #F8FBBD;
}

thank you again for the "fishing" lesson! :)


All times are GMT -6. The time now is 03:16 PM.

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