StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-10-2012, 11:47 PM
steveshead's Avatar
steveshead steveshead is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Nov 2010
Location: Oakland, CA
Posts: 89
Default Custom navigation CSS

I'm trying to replace the navigation CSS with my own. In the past I've used plugins with the following code in the functions.php.

Code:
// Reposition the Primary Navigation
remove_action('genesis_after_header', 'genesis_do_nav');
//add_action('genesis_before_header', 'genesis_do_nav');
add_action('genesis_after_header', 'custom_do_nav' );
function custom_do_nav() {
    cmm_display_menu(ID);
}
My question is how do I apply my CSS to the navigation? I believe I'm thinking to hard about this, I just can't seem to think around it this time. Help!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 12:18 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.