Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    help question Hide Store Name in the Header

    Hi, it's a simple thing wich i can't figure out :S
    I've replace the header-bg.jpg with my own, and i wan't to
    hide the Store Name over my image...
    I'v found where to delete the 'Tag line here', but not the store name...

    Any help ?

    Thanks

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,006
    Plugin Contributions
    6

    Default Re: Hide Store Name in the Header

    Are you talking about the link?
    Can we see what you're talking about?
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  3. #3
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Hide Store Name in the Header

    Yeah. Exactly.

    You can see that there's white line over the text VELVET MOUSTACHE.

    ACtually it's my store name "Velvet Moustache's Boutique" that has a white font color that appear over my header-bg.jpg...

    I just want to remove it so it doesn't overlap with my image...

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,006
    Plugin Contributions
    6

    Default Re: Hide Store Name in the Header

    That would be in english.php

    Also, you have the logoWrapper showing up twice so it looks like you may have messed with that file as well.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  5. #5
    Join Date
    Apr 2008
    Location
    Montreal
    Posts
    34
    Plugin Contributions
    0

    Default Re: Hide Store Name in the Header

    thanks for responding.
    I'Ve check in english.php but not quite sure what i have to do there.
    And i don't understand the thing about logoWrapper...as i don't even know to what it's relating to..

    Thank you for your help!

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,006
    Plugin Contributions
    6

    Default Re: Hide Store Name in the Header

    I'm afraid I went way back in time on the english.php file and it IS NOT where you would need to go to change this.
    The file that may be doing both things badly is the tpl_header.php file. It should be in the common directory of your custom template. Line #70 establishes the logoWrapper. Line #71 puts the link and the logo onto the page.
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    You might be able to do away with the logo altogether since you are not using anything in it. That would be done in the stylesheet where it says #logo around line #79. Change it to
    #logo {display: none}
    However, you still have the logoWrapper showing up twice in the page source. You will need to find where that is happening.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

 

 

Similar Threads

  1. disable store name in header
    By Gunga in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Feb 2008, 03:04 PM
  2. Links to header images + Hide categories + disable reg and keep cart
    By Mad_Griffith in forum Templates, Stylesheets, Page Layout
    Replies: 31
    Last Post: 2 Jan 2008, 11:17 PM
  3. store header
    By jford in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 2 Jun 2006, 01:18 AM

Bookmarks

Posting Permissions

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