Tagged: widgets
Oops Re: https://kriesi.at/support/topic/sidebar-widgets-links/
This code seems to have removed al of the links below the titles. I just wanted to remove the links to the titles only not the content below. Can we reopen the original thread above please?
Thanks guys, Jasmer
I figured it out!
#rss-4 h3, #rss-2 h3 {
pointer-events: none;
}
Instead of
#rss-4 a.rsswidget, #rss-2 a.rsswidget {
pointer-events: none;
}