Change colour of excerpt hyperlink text on homepage

Posted in: Newspaper
Post count: 3

Hi,

I’m trying to change the colour of the hyperlink text on my homepage posts on imogensangels.com.au.

I want it to be the same colour as the rest of the text.

I was able to change the colour of the hyperlink text on posts using the following css:

.td-post-content a{ color: black; }

This does not change the colour of the post exceprts on the homepage though.

Please help.

Thanks
Greg

Post count: 22421

Hi,
Try to use this code:
.td-excerpt a{
color: #777;
}

Because the exceprt is not post content. It has a class of td-excert
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.