Hi Harriet,
Britton here with the Shopify support team.
That wifi looking symbol is actually a link to allow people to subscribe to your blog using an RSS feed. That means that readers will have the option of having your new blog updates pushed out to them in some format automatically every time you post. Removing it wouldn't be recommended as it would make it significantly harder for your customers to access your blog via RSS.
However, if you still realy want to do that you can add this to the bottom of your main CSS asset file for your theme:
.icon.icon-rss {
display:none;
}
Just remember to back up your theme by duplicating it before you make any code edits. That way if something breaks it's easy to reverse :)
I hope that helps!
-Britton
I found that you can change the following
Go to customize the theme
Theme actions
Edit code
find in page >>>> theme.scss.liquid
the following code
.rss-link {
font-size: 0.6em;
Change the value into zero
.rss-link {
font-size: 0em;
Save
Done, The RSS symbol should disappear.
Hey Elassal,
I'm using the Brooklyn theme and just tried to do this, however when i open theme.scss.liquid there are over 4000 lines so it's not easy (for me) to find .rss-link{ - can you please let me know if there is an easy way to locate the section so that I can get rid of the RSS symbol?
Thanks
saintcowrie,
Once you are on the right page,
you just click (CTRL+F) on your PC keyboard or (CMD+F) if you have Mac Keyboard,
this should open a search box where you can type in any unique word you are looking for to automatically get highlighted for you to edit as you want.
in this case, search for .rss-link and it should appear for you to modify.
Make sure you type in any search word correctly to be found by the system.
You could find this search box as well on the options list available on any browser usually around the corner of the window.
Hope this helps.
Be safe and stay at home!
Hello,
could you maybe help me out with deleting this rss/wifi looking icon from my page? It doesn't show everywhere, only when I enter to blog, then in footer this icon appears. Im using Debut template and I tried all of the above codes for Brooklyn theme, but none worked.
Best wishes and thanks for help
User | Count |
---|---|
801 | |
132 | |
92 | |
68 | |
60 |