Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Help Plz! How To Delete Store Name in the Header

    Can anyone tell me step by step how to delete the Store Name (white words) overlapping the Logo.

    Shop website ( http://www.avgs.gresouth.com )

    In my /includes/languages/english/header.php

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', '');
    define('HEADER_SALES_TEXT', '');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    define('HEADER_LOGO_IMAGE', 'store_logo.png');

    In my /includes/templates/CUSTOM/css/stylesheet_new.css

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {float: left;}
    #logo {float: left;}


    #headerContent { background:#ffffff url('../images/store_logo.png') left center no-repeat;
    padding:10px; }

    #nameWrapper { padding:10px 0 10px 30px; }

    #nameWrapper a, #nameWrapper a:visited {
    font-size:40px;
    text-decoration:none;
    color:#fff;
    font-weight:normal;}

    #taglineWrapper {
    font-size:20px;
    padding:10px 0 10px 60px;
    margin-top:-30px;
    color:#fff; }

    In my /includes/templates/CUSTOM/common/tpl_header.php

    <!--bof-branding display-->
    <div id="headerContent">
    <div id="nameWrapper"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . STORE_NAME . '</a>' ?></div>

    <?php
    if (HEADER_SALES_TEXT != '') { ?>
    <div id="taglineWrapper"><?php echo HEADER_SALES_TEXT ;?></div>
    <?php }?>
    Thanks!


  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Help Plz! How To Delete Store Name in the Header

    Quote Originally Posted by t258jgn View Post
    Can anyone tell me step by step how to delete the Store Name (white words) overlapping the Logo.

    Shop website ( http://www.avgs.gresouth.com )

    In my /includes/languages/english/header.php




    In my /includes/templates/CUSTOM/css/stylesheet_new.css




    In my /includes/templates/CUSTOM/common/tpl_header.php




    Thanks!

    Try deleting this line from /includes/templates/CUSTOM/common/tpl_header.php

    <div id="nameWrapper"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . STORE_NAME . '</a>' ?></div>

  3. #3
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Help Plz! How To Delete Store Name in the Header

    Quote Originally Posted by clydejones View Post
    Try deleting this line from /includes/templates/CUSTOM/common/tpl_header.php

    <div id="nameWrapper"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . STORE_NAME . '</a>' ?></div>

    Deleted that will cause the Header


  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Help Plz! How To Delete Store Name in the Header

    Quote Originally Posted by t258jgn View Post
    Deleted that will cause the Header

    open includes/templates/YOUR_TEMPLATE/css/stylesheet.css

    find and make the highlighted change.

    #headerContent {
    background:#ffffff url('../images/store_logo.png') left center no-repeat;
    padding:10px;
    height:119px;
    }

  5. #5
    Join Date
    Oct 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Help Plz! How To Delete Store Name in the Header

    A BIG THANK YOU TO YOU

 

 

Similar Threads

  1. How to modify Store Name in Header?
    By kenix in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Aug 2008, 05:33 PM
  2. Hide Store Name in the Header
    By utopiko in forum Customization from the Admin
    Replies: 5
    Last Post: 9 Apr 2008, 07:58 PM
  3. Help me fix header image plz
    By aleemx316 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2008, 04:53 PM
  4. How Do I Change the Title Header so it reads my store's name??
    By Jempast in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Sep 2007, 12:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg