This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

(Vantage Theme) Question regarding removing RSS Icon

10 years ago · Last reply by Miko Ulloa 10 years ago

Good day

Name Miko
Website: www.thirty5tech.com
Premium Theme: YES
Paypal: [email protected]

======================================================

Good day guys, I have a question which hope it’s a easy fix , I will like to hide or remove completely the ICON RSS feed from the theme itself, I have some RSS feed on my main website and the RSS Icon is display , I will like to know if there is a way to hide it,

I have search online and found this solution to add to the Stylesheet

a.rsswidget img {display: none !important;}

but the icon still shows :(

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Greg Priday Staff 10 years, 19 days ago

    Hi Miko

    Vantage itself doesn’t add an RSS icon on your site. My guess is that there’s a plugin adding this. If you give me a URL where I can take a look at your site, I’ll see if I can figure it out.

  2. Miko Ulloa 10 years, 19 days ago

    yes my website address is http://www.thirty5tech.com

    none of the plugin i used are for rss feed or social networks , i use the default wordpress rss feed to show feeds from other part of the site .

    this is the url to the rss icon itself
    http://www.thirty5tech.com/wp-includes/images/rss.png

  3. Miko Ulloa 10 years, 19 days ago

    I was able to fix the issue by modifying class-wp-widget-rss.php file

    Removing the following code got rid of the rss feed ison as well remove active links from the title .

    $url = strip_tags( $url );
    		$icon = includes_url( 'images/rss.png' );
    		if ( $title )
    			$title = '<a class="rsswidget" href="' . esc_url( $url ) . '"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="' . esc_url( $icon ) . '" alt="RSS" /></a> <a class="rsswidget" href="' . esc_url( $link ) . '">'. esc_html( $title ) . '</a>';
  4. Greg Priday Staff 10 years, 18 days ago

    Hi Miko

    Glad to hear you were able to fix this up :)

  5. Miko Ulloa 10 years, 16 days ago

    Thanks

    for all the help, problem solved :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread