Creating Icons for Facebook and Twitter on custom menu.

  • Unknown's avatar

    Hi there, I would like to add two Logos (Facebook & Twitter) to my custom menu, rather than the text which is currently there now.

    How do I add Facebook and Twitter icons to the top of my blog so that people can click to be directed to and/or follow on Facebook and Twitter? I’m using Massive Press.

    I currently have the text set up and it directs me to facebook or twitter but would love it if they were logos rather than just text.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, with the recent update to Sharing, the Genericons font is available on all WordPress themes. Add the following and see what you think. It uses the Genericons icons for twitter and facebook.

    #menu-item-374 a {
        color: rgba(0, 0, 0, 0);
        font-size: 3px;
    }
    #menu-item-374 a:after {
        color: #FFFFFF;
        content: "f203";
        font-family: Genericons;
        font-size: 20px;
        position: relative;
        right: 50%;
    }
    #menu-item-375 a:after {
        color: #FFFFFF;
        content: "f202";
        font-family: Genericons;
        font-size: 20px;
        position: relative;
        right: 50%;
    }
    #menu-item-375 a {
        color: rgba(0, 0, 0, 0);
        font-size: 3px;
    }
  • Unknown's avatar

    thanks!! works perfectly.

  • Unknown's avatar
  • Unknown's avatar

    Hi there thanks for these tips … just a quick question to both of you. Does this work on hosted wordpress.com themes? And if so, does it require the “Custom Design” upgrade?

  • Unknown's avatar

    Hi,

    I can answer that :) Yes, this works for WordPress.com themes, although the CSS implementation will differ depending on what theme you use.

    You will indeed need the Custom Design upgrade to apply the CSS.

  • Unknown's avatar

    Thank you – yes I have the Custom Design option. The theme I’m using is Expound. Is the CSS code provided above just for the Massive Press theme? I tried entering it into the CSS editor and saving it but nothing happened which is my lack of CSS skills most likely!

  • Unknown's avatar

    @frayetta, yes the code for Expound will be a little different. Since you are using a different theme, can I ask that you create a new thread in the CSS forum and I will watch for your post. That will prevent confusion for people coming to this thread in the future. Many thanks in advance.

  • Unknown's avatar

    Thanks thesacredpath – have reposted as requested now thanks

  • Unknown's avatar

    Thanks, and I have responded with the code.

  • The topic ‘Creating Icons for Facebook and Twitter on custom menu.’ is closed to new replies.