Theme: Mystile Remove static header
-
I am really new to WP and CSS, so please help me out with what may be a simple query
My site is up and running — the only issue is I would like to remove the unsightly blue header (is this the right term??) on all my pages. Please help!!!
<html <?php language_attributes(); ?> class=”<?php if ( $woo_options[‘woo_boxed_layout’] == ‘true’ ) echo ‘boxed’; ?> <?php if (!class_exists(‘woocommerce’)) echo ‘woocommerce-deactivated’; ?>”>
<head><meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<title><?php woo_title(”); ?></title>
<?php woo_meta(); ?>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” media=”screen” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head();
woo_head();
?></head>
- The topic ‘Theme: Mystile Remove static header’ is closed to new replies.