• Merylu

    (@merylu)


    Hi I would know how can I remove the rss icon from my web.
    It appeare in the home, in the top of my web and also at the end, in the botton. http://www.peorimposibleshop.es

    I have tryed paste in css this:

    a.rsswidget img {
    display: none;
    }

    that I have read in one forum, but it doesn’t work.
    Anyone can help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Phebee

    (@phebee)

    Try:

    a.social-icon.icon-feed {
      display: none;
    }
    Thread Starter Merylu

    (@merylu)

    Yes!!!! It works!!!
    Thank you so much Phebee
    I apreciate it a lot

    Robruu

    (@robruu)

    Go to Appearance/Customizer and Global settings.
    Under social links you have a link in the RSS feed
    Remove the link and save.

    Just another way to do it without coding.

    Thread Starter Merylu

    (@merylu)

    Thank you Robruu,
    I just take a look that you told me to know another option. under social links I find:

    Smooth scroll on click

    Display an icon next to external links

    Open external links in a new tab

    but I can not see anything like a link in the RSS feed

    Robruu

    (@robruu)

    No worries Merylu

    If you get that you are in “links style and effects”
    Check the one above that one. “Social Links”
    In that one you will find:
    RSS feed (default is the wordpress feed).

    Remove that link and the RSS icon is gone.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘customiser theme: remove rss icon from my web’ is closed to new replies.