Changing Font color

Hello, i get the css code to change my recent posts. Here i changed the hover color to white. But how can i change the font color?

Hi there,

Please add the CSS code below to X > Launch > Options > CSS:

.x-recent-posts .x-recent-posts-content .x-recent-posts-date {
    color: #00ff00;
}

.x-recent-posts .x-recent-posts-content .h-recent-posts {
    color: #ff00ff;
}

Feel free to change the color codes to the color that you see it fits.

If you still have problems we need to check your case in details, kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Also, give us the URL of the page which you have the Recent Posts in.

Thank you.

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