How to i change what this navigation bar looks like
-
i am using the Vantage theme, how do i change the navigation bar look. my website is sarah-lucille-sewing.uk
here is the header code.
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package vantage
* @since vantage 1.0
* @license GPL 2.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=10″ />
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php do_action(‘vantage_before_page_wrapper’) ?>
<div id=”page-wrapper”>
<?php do_action( ‘vantage_before_masthead’ ); ?>
<?php get_template_part( ‘parts/masthead’, apply_filters( ‘vantage_masthead_type’, siteorigin_setting( ‘layout_masthead’ ) ) ); ?>
<?php do_action( ‘vantage_after_masthead’ ); ?>
<?php vantage_render_slider() ?>
<?php do_action( ‘vantage_before_main_container’ ); ?>
<div id=”main” class=”site-main”>
<div class=”full-container”>
<?php do_action( ‘vantage_main_top’ ); ?> -
That site is not hosted by WordPress.COM. We provide support only for sites hosted by WordPress.COM. We do not provide support for WordPress.ORG software installs and you are posting to the wrong support forum.
WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
- The topic ‘How to i change what this navigation bar looks like’ is closed to new replies.