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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Hope this helps.
thank you very much. exactly what i was looking for.
Glad to hear that. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.