Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi murphoto,

    Sorry for the confusion, this plugin only adds content, it does not remove anything. There can be multiple “pieces” of content added to the same hook. To remove the header, you will need to add some PHP to your theme’s function.php file. This will be theme specific because you need to know which action was used to add the default header. You would use something like:

    remove_action( 'genesis_header', 'your_themes_header_action' );

    I hope this helps,

    Nick

    Thread Starter murphoto

    (@murphoto)

    Thanks much. Using Metro Pro. Sorry for bad link.

    http://www.sheboyganwi.gov/shorelinemetro/rider-services/

    Thread Starter murphoto

    (@murphoto)

    Enterprise Pro… sorry again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What am I doing wrong?’ is closed to new replies.