Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Posts
    66
    Plugin Contributions
    0

    Default Change background on help page but not main page?

    Hi,

    How can I change the background of the help link on THIS PAGE but not change the background on my main page?

    If you click on the help link beside "Shopping Cart Contents" you will see its hard to read.

    Thanks!

  2. #2
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: Change background on help page but not main page?

    You can set up individual stylesheets.

    You need to look at the downloaded files for Zen Cart on your system. There is a /docs folder. In it is a page about css stylesheets. You have to use a specific naming system for the stylesheet to be picked up properly by the override system.

    HTH,
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  3. #3
    Join Date
    Dec 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Change background on help page but not main page?

    That page in the docs section wasnt much help, as I dont really understand much css. Can someone offer more help?

    If you go to THIS SITE and click on a link to a service, then click the add to cart button, and finaly click the [Help(?)] link towards the top, you will see the page with the background I need to change.

    Details on how to change this would be great!

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Change background on help page but not main page?

    Quote Originally Posted by adamson View Post
    That page in the docs section wasnt much help, as I dont really understand much css. Can someone offer more help?

    If you go to THIS SITE and click on a link to a service, then click the add to cart button, and finaly click the [Help(?)] link towards the top, you will see the page with the background I need to change.

    Details on how to change this would be great!
    You need to add/change code to your current template's stylesheet..
    i.e. Code below is for Zencart 1.3.8 or 1.3.8.1
    Code:
    /*All below for zencart 1.38*/
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #ffffff;
    background-image: url(../images/infoback.gif);
    background-repeat: repeat-y;
    background-repeat: repeat-x;
     }
    Create pale/white image named infoback.gif, place in your template's images folder..
    As always, BACKUP your template's stylesheet FIRST, BEFORE making changes

 

 

Similar Threads

  1. Change Background (or anything else) on Main Page ONLY
    By masterrusty in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Jan 2013, 09:46 PM
  2. Image title showing on product page but not on main page
    By wotnow in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Jul 2010, 06:53 PM
  3. Help Remove catagories off main page, but list subcatagories of main page
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Mar 2010, 04:14 AM
  4. Feature products on category main page, but not on main home page
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Sep 2009, 03:47 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