Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   [SOLVED] Changing colour of text excerpt after "Read More": (http://forum.bytesforall.com/showthread.php?t=15327)

mimi Sep 8, 2011 09:19 AM

[SOLVED] Changing colour of text excerpt after "Read More":
 
Hi, I am not sure were to look, I don't think there is an easy option in the theme?

Is there an easy way to change the colour of the text after "Read More:"

By default it is the same colour as the posts.

Thank you

mimi Sep 8, 2011 10:23 AM

Would be great ;)

lmilesw Sep 8, 2011 10:23 AM

There is no specific option for that. You generally use CSS for that kind of styling.

mimi Sep 8, 2011 10:30 AM

Great thanks, any ideas how to achieve this? Seems like a cool idea, no?

mimi Sep 8, 2011 10:48 AM

One can only dream I guess...

Flynt, maybe?

juggledad Sep 8, 2011 11:08 AM

what text are you talking about? there isn't any more of the post after the read more. how about showing an example?

mimi Sep 8, 2011 11:21 AM

I am talking about the short text showing on post/excerpts after the: ... >> "Read More":
It would look very nice to have a different colour there.

mimi Sep 8, 2011 11:28 AM

Actually, the short text is a link to the full post, with title of the post.

juggledad Sep 8, 2011 11:31 AM

use FireBug in FireFox and you can examine the element to see if there is a class associated with it. You can then use that to construct a CSS selector and rule to change the color. Just put that into the theme's CSS Inserts and you will be good to go.

mimi Sep 8, 2011 12:20 PM

Thanks for your reaply. It's not going to be easy :(

juggledad Sep 8, 2011 01:06 PM

try
HTML Code:

.post-bodycopy span a {color: yellow;}

mimi Sep 9, 2011 03:05 PM

Thank you, I am going to try in a minute!

mimi Sep 9, 2011 03:09 PM

Quote:

Originally Posted by juggledad (Post 71887)
try
HTML Code:

.post-bodycopy span a {color: yellow;}

Oh, thanks a lot! It works great. I picked green, like your name ;)


All times are GMT -6. The time now is 01:03 AM.

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