Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav bar in wordpress Reply To: Nav bar in wordpress

#156787
dutchy77
Participant

This is what the header.php looks like

<?php

/**
* The Header for Customizr.
*
* Displays all of the section and everything up till

<

div id=”main-wrapper”>
*
* @package Customizr
* @since Customizr 1.0
*/
?>


<html class="ie ie7" >


<html class="ie ie8" >


<html >
<!–

<?php do_action( '__before_body' ); ?>

<body <?php body_class(); ?> itemscope itemtype="http://schema.org/WebPage">

    <?php do_action( '__before_header' ); ?>

    <header class="tc-header clearfix row-fluid" role="banner">

        <?php do_action( '__header' ); ?>

    </header>

    <?php 
     //This hook is filtered with the slider
    do_action ( '__after_header' )
    ?>

I am realy a newbe and I know what it looks like, but don’t know where to insert the code and what to delete.