How do I remove the underline in the titles of my recent posts?

I’d like to remove the underline from the titles of my recent posts widget in the sidebar. As you can see in the photo, the titles are underlined. I’d like them to look a little cleaner and have them displayed without the underline.

This is how I would like them to look:

I tried a css code that was suggested on this forum for a similar issue, but that code removed all of the underlines on the page. I only want to remove the underline from the titles of the Recent Posts widget in the sidebar.

Thank you!

Jeremy

Hello Jeremy,

Thanks for writing in!

To resolve your issue which to remove the underline from the titles of the Recent Posts widget only in the sidebar, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .x-sidebar .x-recent-posts a {
    text-decoration: none;
}

We would loved to know if this has work for you. Thank you.

It worked! Thank you so much!

You’re welcome!
Thanks for letting us know that it has worked for you.

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