Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   [SOLVED] Feed icons grey in header area. Can't be seen. (http://forum.bytesforall.com/showthread.php?t=3904)

barbfmc Oct 15, 2009 12:52 PM

[SOLVED] Feed icons grey in header area. Can't be seen.
 
I think I posted in the wrong area. Apologies. The feed icons in the header area of my Atahualpa page are grey. When highlighted their color returns. I wish they had color in their static state - They really can't be seen unless highlighted. My blog is here: http://www.bfmcmillen.com Is there a way to change this? Thanks.

juggledad Oct 15, 2009 02:13 PM

This is the 'new' way Flynn coded it, when you hover over the icon, it goes to the color.
If you want them solid all the time, add the following to 'CSS Inserts'

For the Comment icon:
HTML Code:

a.comments-icon:link,a.comments-icon:active,a.comments-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/comment.png) no-repeat scroll center left
}

For the RSS icon;
HTML Code:

a.posts-icon:link,a.posts-icon:active,a.posts-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/rss.png) no-repeat scroll center left
}

For the EMAIL
HTML Code:

a.email-icon:link,a.email-icon:active,a.email-icon:visited {
background:transparent url(http://www.bfmcmillen.com/virtuallee/wp-content/themes/atahualpa/images/email.png) no-repeat scroll center left
}


barbfmc Oct 15, 2009 02:35 PM

Should there be two ss in the commentss-icon of the first?

Also - I've added these changes to CSS inserts bur nothing has changed. Thanks again.

juggledad Oct 15, 2009 02:58 PM

1) Wow, you found a bug in the code (attach star here :p) there should only be one 's'
see http://forum.bytesforall.com/showthr...6769#post16769 for the permanent fix.

2) I fixed the code in post #2

3) the css insert you created is messed up the first one begins
HTML Code:

background-color:#E6E6FA"a.comments-icon:link,a.comments...
where did the 'background-color:#E6E6FA"' come from?

barbfmc Oct 15, 2009 03:08 PM

That was it: 'background-color:#E6E6FA"' something left over.

It's fixed now. Corrected the ss and got rid of the left over - As for the gold star? Thanks so much, Juggledad. :) Made my day.

Barb


All times are GMT -6. The time now is 05:37 AM.

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