Elbee Elgee 1.3.3 Is Now Live In The Theme Repo

Just a small programming note: the latest stable version of Elbee Elgee is now live in the theme repository. The changelog is fairly sparse and goes to support WordPress 3.3. Mainly:

  • Issues Fixed
    • Switched from wp_print_styles() to wp_enqueue_scripts() to enqueue/output CSS due to changes in WordPress 3.3 (see here for details).

Go forth and download!

2 Comments

Add Yours

I am happily adapting your great Elbee Elbee theme for my new site, http://globalsense.com.
Please see for yourself.
Kindly notice that I modified the CSS style sheet to turn the body text into a serif font at 15px.
However, I’d like to keep the menus and sidebar content as sans serif. I’ve tried tweaking the style sheet without success.
Would you be willing to advise where I can make this style change so the menus are sidebars are sans serif?
Thanks you!
P.S. I’ll be glad to send you a link to a free copy of my ebook as thanks for your help, if the book interest you.
P.S. This is my third attempt to submit this item. Your site froze up with a message “Are you sure you want to do this?” But no “yes” button. My prior attempts were with Firefox. NBow I ma trying a third time with Safari.

Judah:
It looks great! Nice work on the site.
Try adding the following to your style.css around line 175 for the declarations affecting #menu > ul > li a:link, #menu > ul > li a:visited, etc.:

font-family: Helvetica,arial,sans-serif;


right under display: block;
That will directly affect the main nav menu.
I would also add it around line 98 in ng.css so as to affect the BuddyPress menu as well.
Let me know if you run into any problems!

Leave a Reply