Color or recent blog posts on Home Screen

Hi @ all,

I have on my home-screen the recent blog posts. They have a specific background when I go with the mouse over it. How can I change this color?

Thank you very much for your help.

Hi There,

You can change the background color by using the custom CSS. Please try adding this custom CSS under Theme Options > CSS:

.x-recent-posts .x-recent-posts-img:after {
    background-color: #f0f0f0;
}

Hope it helps :slight_smile:

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