Thread: Remove header

Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove header

    .tie-indent #categoryIcon {display: none;} will remove the contents of the box with picture above the product info.
    .tie {display: none;} would hide the whole top box, but Template Monster's brilliant coding gives the same class to that and the wrapper for the product, so you can't affect one and leave the other without tricky CSS.
    Code:
    .tie {display: none;}
    
    .tie+h1+.tie {display: block;}
    will hide the whole top box.

  2. #12
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Quote Originally Posted by mortypop View Post
    Hi

    It's the top box with the picture in it!
    Okay, I understand

    No, I was looking to remove the top box with the picture in it. Do you know how to remove this?
    And now when i have removed this gray box i get this welcome to zencart box on my first page again which i don't want:



    Uploaded with ImageShack.us

    Best regards
    Morten

  3. #13
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Quote Originally Posted by gjh42 View Post
    .tie-indent #categoryIcon {display: none;} will remove the contents of the box with picture above the product info.
    .tie {display: none;} would hide the whole top box, but Template Monster's brilliant coding gives the same class to that and the wrapper for the product, so you can't affect one and leave the other without tricky CSS.
    Code:
    .tie {display: none;}
    
    .tie+h1+.tie {display: block;}
    will hide the whole top box.
    Thanks! This really worked!
    Thanks a million

  4. #14
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Yeah, the hole product list also disappeared when i did it. And i don't want that.

    Now im back to my original question. Is there some way to remove just the top box with just the little picture in it?

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Remove header

    The product list on a different page from the one we were discussing?
    In any case, you would need to add to the selectors to limit the effect of .tie to the desired occurrence. This is an example of TM's stupidity in using generic meaningless classnames in different places, so that it is hard to affect just one location. They should use a meaningful id for the element so it can be styled intuitively.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Remove Sidebox Header
    By igendreau in forum Basic Configuration
    Replies: 1
    Last Post: 9 Apr 2010, 02:25 PM
  2. remove table header
    By g_force in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 May 2009, 10:45 AM
  3. Remove header logo, replace header bg
    By taydu in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 17 May 2007, 10:03 AM
  4. Remove Header...
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 9 Sep 2006, 11:15 PM

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