• Hello,

    My client is running the theme ‘twenty-ten’ under WP 3.5.1 and would like for me to add social networking icons to the right side of the menu bar after the usual navigation text links. I am not certain about how to do this, and was hoping there may be someone here that would assist me with this task. They are not interested in having these links in the actual header (image) itself, but in the actual menu bar.
    the domain where this development resides is http://www.breathtakers.net/blog
    Any feedback/support with this task will be much appreciated.

    Thanks,
    Stephen

Viewing 1 replies (of 1 total)
  • This is doable with just CSS alone.

    Assign the social network links as normal menu items, then view source to get the id ( and/or class ) specific for that item, then style these links as needed.

    Starting with float: right and then some padding-left just enough to fit the social icon, and then assign the icon as background image, also the text-indent:-9000px to hide the text itself.

    There you have socialmedia links within the nav bar floating to the right.

Viewing 1 replies (of 1 total)
  • The topic ‘Looking to add social networking linked images to menu bar’ is closed to new replies.