|
#1

Sep 8, 2011, 09:19 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
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
|
#2

Sep 8, 2011, 10:23 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Would be great
|
#3

Sep 8, 2011, 10:23 AM
|
 |
|
|
10,176 posts · Jul 2009
Central New York State USA
|
|
There is no specific option for that. You generally use CSS for that kind of styling.
__________________
~Larry ( CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
|
#4

Sep 8, 2011, 10:30 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Great thanks, any ideas how to achieve this? Seems like a cool idea, no?
|
#5

Sep 8, 2011, 10:48 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
One can only dream I guess...
Flynt, maybe?
|
#6

Sep 8, 2011, 11:08 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what text are you talking about? there isn't any more of the post after the read more. how about showing an example?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Sep 8, 2011, 11:21 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
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.
|
#8

Sep 8, 2011, 11:28 AM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Actually, the short text is a link to the full post, with title of the post.
|
#9

Sep 8, 2011, 11:31 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Sep 8, 2011, 12:20 PM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Thanks for your reaply. It's not going to be easy
|
#11

Sep 8, 2011, 01:06 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
try
HTML Code:
.post-bodycopy span a {color: yellow;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#12

Sep 9, 2011, 03:05 PM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Thank you, I am going to try in a minute!
|
#13

Sep 9, 2011, 03:09 PM
|
 |
|
|
70 posts · Feb 2009
over there...
|
|
Quote:
Originally Posted by juggledad
try
HTML Code:
.post-bodycopy span a {color: yellow;}
|
Oh, thanks a lot! It works great. I picked green, like your name
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
how to add a button after or before "read more" that will show only on excerpt
|
miki5050 |
Excerpts, Read more, Pagination |
6 |
Apr 11, 2011 03:16 PM |
Alt Text For "Comment" "Tag" and "Category" gifs
|
jasebishop |
Atahualpa 3 Wordpress theme |
0 |
Nov 12, 2010 11:09 PM |
Changing color of ALL but body text - headlines, "Read more" text, etc.
|
satori |
Center area post/pages |
3 |
Sep 18, 2010 06:47 AM |
Don't show "Custom Read More" for manually created excerpts?
|
adum |
Excerpts, Read more, Pagination |
4 |
Sep 13, 2010 09:50 PM |
Everything is an excerpt, but option says "full text"
|
Ace |
Excerpts, Read more, Pagination |
0 |
Mar 15, 2009 11:34 PM |
|