Thread: Remove header

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Remove header

    Hi

    I'm trying to remove the top box over my products. I don't want it!

    Can anyone help me?

    This is the url to the page I'm talking about:

    LED spot

    It's the top box with the picture in it!

    best regards
    Morten

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove header

    the top box over my products
    There are a couple that might match that description

    Which one??

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

    Default Re: Remove header

    Quote Originally Posted by kobra View Post
    There are a couple that might match that description

    Which one??
    The box above the product info box. the top box that is not necessary.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove header

    The QD method is to find this in your stylesheet_main.css file
    Code:
    #productName {clear:both; color:#2f2f2f; font-size:17px; line-height:20px; text-transform:uppercase; font-weight:bold; background:url(../images/title-tail.gif)
    Change it to be
    Code:
    #productName {display: none;)

  5. #5
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Quote Originally Posted by kobra View Post
    The QD method is to find this in your stylesheet_main.css file
    Code:
    #productName {clear:both; color:#2f2f2f; font-size:17px; line-height:20px; text-transform:uppercase; font-weight:bold; background:url(../images/title-tail.gif)
    Change it to be
    Code:
    #productName {display: none;)
    Thank you for the effort. But it didn't work. It was still there (and yes I emptied my cache).

    I'm having the same problem when I click one of the product categories, I get this top box that describes the category, and I think this is unnecessary.

    But i don't find anywhere to remove it.

    Best regards
    Morten

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove header

    Thank you for the effort. But it didn't work.
    As we use interactive tools to test alterations I know this works

    Tripple check as this is what is still being processed on your site for the css
    Code:
    #productName {clear:both; color:#2f2f2f; font-size:17px; line-height:20px; text-transform:uppercase; font-weight:bold; background:url(../images/title-tail.gif)
    NOT what I suggested as a replacement for that tag

  7. #7
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Quote Originally Posted by kobra View Post
    NOT what I suggested as a replacement for that tag
    That's because I changed it back after it didn't work

    I tried it several times, but it didn't work. I will try again

  8. #8
    Join Date
    Jun 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Remove header

    Now I have change it again, but it still doesn't work.

  9. #9
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove header

    Now I have change it again, but it still doesn't work.
    I see it removed the gray bar containing the product name
    The box above the product info box.
    Is that not the one you wanted to remove??

  10. #10
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove header

    This is what I see

 

 
Page 1 of 2 12 LastLast

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