Styling for my Recent Posts

Hi,

I’d like the links from the recent pots in my sidebar with underline + color at hover.
Please check this post.

For this I tried the following CSS code:

.x-sidebar .h-recent-posts a:hover {text-decoration:underline;
color: #cb3890 !important;}

Can you help me to find the right CSS code?

Michael

Hi Michael,

Thank you for writing in, but sorry I am not entirely certain of what you’re trying to do and I don’t see any recent posts element on your sidebar. Please clarify.

Cheers!

I have attached a screenshot with the recent posts in my sidebar.
These links should change color when you hover over them with the mouse.

Hi @michaelxxx,

It should be like this,


    .x-sidebar .x-recent-posts a:hover h3 {
text-decoration:underline;
color: #cb3890 !important
    }

Hope this helps.

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