Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] How to Put Social Media Icons in Page Menu (http://forum.bytesforall.com/showthread.php?t=19206)

CrumbsMaster Dec 28, 2012 03:44 PM

[SOLVED] How to Put Social Media Icons in Page Menu
 
Howdy everyone... I found a similar thread on this topic here:
http://forum.bytesforall.com/showthread.php?t=14021

but it didn't solve the issue. I would like to have social media icons in the page menu, but I don't know how to use div tags as suggested in the thread referenced above. I can figure out the CSS end on my own. If someone can help with a short snippet of code with the div tags (and where they would go), I'd be so greatly appreciative!

juggledad Dec 28, 2012 03:47 PM

if you are going to try making changes like this, you need to know some basic HTML. try going thru the tutorial at htmldog.com

CrumbsMaster Dec 28, 2012 04:37 PM

Thanks for the tip. For those needing the help, in the style & edit header area:

<div id="social-icons">
<a href="http://www.facebook.com/"><img src="/YOUR IMAGE" alt="Facebook" /></a>
<a href="https://twitter.com/"><img src="/YOUR IMAGE" alt="Twitter" /></a>
<COPY/PASTE ABOVE AS NEEDED FOR ADDITIONAL ICONS>
</div>

And in the CSS:

div#social-icons {
margin-top:-25px;
position:fixed;
z-index:2;
}


All times are GMT -6. The time now is 01:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.