• Hello,

    I am using the Dara theme for my website, and have included an RSS widget at the top of my sidebar to connect to my Soundcloud RSS feed. The default setting in Dara is for the RSS widget title to link to my website, but I want it to link to my Soundcloud page.

    Any ideas on custom CSS?

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Hi there,

    So you could hide the widget title using CSS:

    #rss-3 .widget-title {
        display: none;
    }

    Then you could add a text widget above it. Inside the body of the text widget, use an HTML link to point to your Soundcloud page:

    <a href="https://soundcloud.com/keepingthingsalive/">CUSTOMIZE THIS TEXT</a>

Viewing 1 replies (of 1 total)
  • The topic ‘Dara Theme RSS Widget Link’ is closed to new replies.