I’m checking to see if there is an option to add the RSS logo to the site NAV menu at the top of the site next to the social media icons. I’ve attached a screenshot of our site. I have it listed as RSS in the nav but just the text shows up. I’m hoping there’s a way to add the icon like the system automatically does with social media accounts.
Instructions on Ghost’s Forum gets me all the social icons, however with the exception of RSS.
Wonder if Ghost is looking for a specific string for nav-{ x }
I’ve tried nav-rss, nav-feed, nav-atom, … so far I get a broken icon. The RSS icon was already part of font-awesome v5~ and we’re calling on v6.4.2.
Since there isn’t really an index of all posts, figured RSS would be a great way of giving a potential subscriber or visitor at least an insight into a number of posts and their content.
You’ll need to look at the css and extrapolate from it what would give you formatting of the rss link. And you’ll need to look at font-awesome to figure out what encoding to use for it. Basically, look at all the parts that do any one icon, duplicate them, and change them to be an rss icon instead.
Post your attempt (inside the code block) if you need help debugging, or better yet, link your site.
You know, the quarter fell a penny at a time, but I finally found my way around FontAwesome and see what you mean.
So then the question becomes, is there an alternative to Ghost’s default Brands font family … i.e. the Classic family provided that that will cover all my icon needs, else call both families?