• Hello, social icons is supposed to recognize social networks and feeds but it doesn’t recognize the ultra mega popular feedburner url.
    Is there any way for it to pick it up? Maybe add classes to the link?

    I believe it only recognizes feeds with “/feed” in the url but feedburner feeds don’t have it.

Viewing 1 replies (of 1 total)
  • Thread Starter ctrlaltdelete

    (@ctrlaltdelete)

    Derty fix:

    Add class “rss-link” on menu setup:

    .rss-link a:before {
        content: "\f413";
    }

    Make it pwetty:

    .rss-link a { color: #f26522; }

Viewing 1 replies (of 1 total)
  • The topic ‘Social Icons doesn’t recognize feedburner’ is closed to new replies.