• How can I add more social icons to the About Me page? I want to add an RSS feed link/icon, as well as an icon/link to my Medium blog.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Fabian

    (@gravitas)

    I think the next update will contain some new icons. But not sure. (was quite a time ago when i last touched it.)

    You can go look into the page-aboutme.php file an just hardcode them in before line 62: like: <a title="title" href="link"><i class="fa fa-facebook"></i></a>

    Every icon from here is supported. RSS would be: <i class=”fa fa-rss”></i>
    (i think there is no medium icon yet though)

    Thread Starter cjdarnault

    (@cjdarnault)

    Awsome! thank you. Worked like a charm. How do I get the icons to show different hover colors? For example the facebook icon in a dark blue, while twitter is a light blue. Right now they don’t have a color at all. I would like to make the RSS icon orange.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add social icons/links to the About Me page’ is closed to new replies.