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)
-   -   How to style "post icon" and "post comments" text (http://forum.bytesforall.com/showthread.php?t=1035)

Whatsthatcat? Mar 31, 2009 01:45 PM

How to style "post icon" and "post comments" text
 
Hi- I can't figure out how to style the text above the search box next to the post and comments rss feed icons, can anyone help? Ive tried inserting text styles in all the header boxes including the logo box.

Flynn Mar 31, 2009 06:27 PM

Add CSS Inserts

For the text

HTML Code:

div.rss-box {
font-family: georgia, serif;
 font-size: 0.8em;
 }

The link style

HTML Code:

div.rss-box a:link,
div.rss-box a:visited,
div.rss-box a:active {
text-decoration: none;
color: #123456;
}

Hover
HTML Code:

div.rss-box a:hover {
text-decoration: underline;
color: #654321;
}


Whatsthatcat? Apr 1, 2009 09:18 AM

Thanks, Flynn! It worked for everything but color value. Not sure why. Not possible?

my URL: www.gemberlingandgwinn.com

Whatsthatcat? Apr 1, 2009 09:41 AM

No, no, it was working. Guess I'm the april fool who's cache won't clear!


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

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