• 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!!!

    Here’s a screenshot of my header.php if it helps
    <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>

    <body <?php body_class(); ?>>
    <?php woo_top(); ?>

    <div id=”wrapper”>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    That is a paragraph with class=”demo_store” and the style is available in your CSS (line 1693) and you will break your theme ??

    BUT!!!!!!!

    I see you are using WooCommerce, that feature can easily be turned on or off from the WooCommerce admin panel:
    WooCommerce | Settings | Enable site-wide store notice text (turn if off)

    Thread Starter morimaven

    (@morimaven)

    YESSS Archie22!! Many thanks!!

    Please,mark this topic as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove static header’ is closed to new replies.