primary menu

Target one menu item for different inactive and active color

Hi Tom, Perhaps it is “old timers” setting in, but for the life of me, I cannot figure out how to target one menu item in the primary navigation to have a different inactive and active color for the text (background is white for both cases). I pretty much have worn out Firefox Firebug trying … Read more

Menus, Menus and More Menus

Hi Tom, I don’t know if you can help with this or not. I have different menus for my logged-in users and my logged-out users by adding the following in my functions.php /* Begin – Shows different Menus for logged in and logged out */ function my_wp_nav_menu_args( $args = '' ) { if( is_user_logged_in() ) … Read more

Customising Primary Nav Menu

Hi Tom, Thank you for the fantastic GeneratePress WordPress theme. It’s clean, easy-to-work with, and has offered a great entry point into WordPress. Being at that entry point… I’ve created a child theme for the site I’m working on at http://www.webeatthegame.com/ It’s a development site for a gaming… blog? So, I’m slowly building it as … Read more