I wanna hide especially the data below the recent posts:
Can you plase advise me how to hide them?
Thanks!
Hi There,
Please add this custom CSS under Theme Options > CSS:
.x-recent-posts .x-recent-posts-date {
display: none;
}
Hope it helps 
Works! Thanks! 
Glad to know!
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.