Archived topic
Read more
3 replies · Started by Mike on September 12, 2018
Can you tell me how to change the Read more text link color on the blog and category ARCHIVE PAGES? I do not use the button and would like to change the text link without changing the post title link.
Thanks
MikeMahaffey
Hi there,
you can target it separately for the Customiser color settings with CSS:
a.read-more {
color: #123123;
}
Thanks David
I've tried several combinations of that this morning and couldn't hit on the right one?
Thanks again
Mike Mahaffey
So that worked i assume?
You can also target the psuedo states a.read-more:visited a.read-more:hover etc....