How to change permalink colors for recent posts

hello, I was wondering how to change the recent post element color to a darker color. the color before is a light before you hover over the link. So let say i would like blue before and red on hover. I looked at other articles but cant figure it out. any feed back would be appreciated.

Hey Raul,

You should be able to do this by adding a bit of custom CSS in X > Theme Options > CSS:

.x-recent-posts .h-recent-posts, 
.x-recent-posts .x-recent-posts-date {
    opacity: 1;
    color: rgba(0,0,0,1);    
}

Here are some related links for further reading:

Hope this helps.

thank you very much. exactly what i was looking for.

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.