Glad you like it! 🙂
I suggest using Firefox and the “Firebug” extension. It will allow you to view the HTML and CSS of many of these elements, which you can take and make your own.
1. Secondary menu is using our Secondary Nav addon.
2. http://www.generatepress.com/forums/topic/menu-social-icons/
3. This is using my “Lightweight Social Icons” plugin (free), and MailChimp to generate the form.
4. http://www.generatepress.com/forums/topic/buttons-on-addon-page/#post-12477
5. Firebug will show you the way – just an image with position:fixed;top:40%; set in the CSS.
6. This was quite a bit of work, but you can find all of the CSS in the stylesheet – if it has bbpress in the class name/ID, then you probably want it 🙂
7. Firebug will show you this as well – this is the CSS taken directly from the site:
#text-5, #text-6 {
background: none repeat scroll 0 0 #1e72bd;
color: #fff;
padding: 0;
}
You’ll see I targeted the specific widget (each widget is assigned a unique ID), and then I applied styles to it.
Hope this gets you started 🙂