• Resolved cotm

    (@cotm)


    Hello!

    I added the link to my RedBubble site to the social menu, but it looks like the built-in icons doesn’t include the RB icon. The link is showing with the gear icon.
    Would it be possible to replace it with the RB icon?

    Thank you in advance.

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

    (@shaped-pixels)

    This theme uses Font Awesome icons, but it does not include a RedBubble icon in the font set…although I know someone back in 2015 put a request in for one.

    Long story short, it won’t be possible unless you add a different font iconset instead of Font Awesome that contains that one in addition to the others. Or, create an image icon, then use custom CSS to add the image using CSS ::before psuedo-elements. For example, the twitter one in the theme has this:

    .social a[href*="twitter.com"]:before {
        content: "\f099";
    }

    The \f099 is the twitter font icon. For you, creating a new one but with an image instead of the \code part as content.

    You would have some work to do, but it could be done.

    Thread Starter cotm

    (@cotm)

    Thank you very much, that helped to solve it.
    I only had to play around a bit with the image sizing.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to replace social menu icon for redbubble’ is closed to new replies.