Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2009
    Posts
    339
    Plugin Contributions
    0

    Have a Drink Removing a sidebox header only

    Hello All,
    I'm back with I hope will be the last question on this subject.

    I would like to remove the Checkout rightsidebox header only, I want the checkout button to remain, on my temp site http://30408.vws.magma.ca/TTEZENCART.

    I believe i do that through the stylesheet but am not sure how.

    As usual your help will be greatly appreciated.
    Bob

  2. #2
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,702
    Plugin Contributions
    11

    Default Re: Removing a sidebox header only

    just find the heading in the css and set it to display: none; in the listing.

    I use firebug with firefox as my tool of choice for finding these things.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

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

    Default Re: Removing a sidebox header only

    Get FireFox and the firebug extention and other extentions you might find useful

    Add to your stylesheet
    Code:
    #bannerbox2Heading {
            display: none;
            }

  4. #4
    Join Date
    Nov 2009
    Posts
    339
    Plugin Contributions
    0

    cart error Re: Removing a sidebox header only

    The problem is the heading title is not in the css stylesheet. it only gives me a rightBoxHeading but no actual banner name. I normally use the DOM source of selection to get the css names.
    Thanks for your help

  5. #5
    Join Date
    Nov 2009
    Posts
    339
    Plugin Contributions
    0

    cart error Re: Removing a sidebox header only

    Quote Originally Posted by kobra View Post
    Get FireFox and the firebug extention and other extentions you might find useful

    Add to your stylesheet
    Code:
    #bannerbox2Heading {
            display: none;
            }
    Thanks again Kobra,
    Your help has been exceptional.
    Bob

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Removing a sidebox header only

    There are many div id's and classes that exist in the code files, that are undefined in the standard stylesheet. In a basic install of zencart, using the initial classic template, many divs inherit their styling from a parent div - so there is no need to be specific in this initial "view" of zencart.

    It does confuse many people who say... "I see the ID in the code, but not in the stylesheet... please help!"

    Well, that help is to simply add the ID to the stylesheet and apply whatever declarations are appropriate...
    20 years a Zencart User

 

 

Similar Threads

  1. Sidebox header images overlap only on 'View Cart' page
    By melmanz in forum General Questions
    Replies: 3
    Last Post: 27 Feb 2011, 12:47 PM
  2. removing the header and border from an added sidebox
    By sesnut in forum Addon Sideboxes
    Replies: 5
    Last Post: 14 Mar 2010, 08:58 PM
  3. removing the space between sidebox header image and content
    By davowave in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 14 Mar 2009, 12:19 AM
  4. Sidebox Header Required For One Sidebox Only?
    By jenzi in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 13 Sep 2008, 09:01 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