Thread: Sidebox styling

Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    194
    Plugin Contributions
    0

    Default Sidebox styling

    I have certain sideboxes that ONLY show on the home page and the rest DO NOT SHOW on the homepage.
    (as per http://www.zen-cart.com/forum/showth...90#post1081490)

    The sideboxes that show up on the home page don't have any border or heading on them

    Is there anyway to make the ones that DO NOT Show on the home page have a border around them when they show up on other pages?

    At the moment i have just commented out the border part of the css which makes all sideboxes have no border or header!

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Sidebox styling

    You need to use the zencart feature for PAGE-SPECIFIC stylesheets.

    By editing stylesheet.css , your changes will be GLOBAL, so you have to "reverse" your approach.

    If you want an exclusive set of styles on your HOME PAGE, then you will create a stylesheet called index_home.css

    ... and in THAT stylesheet, you will configure declarations that remove (or add) styles you want.

    This stylesheet will be called ONLY when the homepage is on show, and it will also be called AFTER stylesheet.css, thereby making declarations inside it OVER-RIDE earlier declarations in the main stylesheet.

    Style declarations are called in CHRONOLOGICAL order, and the browser will apply the LAST-FOUND style. So if you were to have the following in ANY stylesheet...

    H1 {color: #ff0000;} (red)

    H1 {color: #000000;} (black)

    The browser will see that RED has been surpassed by the next declaration for the same element, and will therefore ignore H1=RED and will apply H1=BLACK.

    After creating the new stylesheet, just FTP it to the css folder in the template you are using.
    20 years a Zencart User

 

 

Similar Threads

  1. v150 Categories Sidebox Styling
    By top hatt in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 5 Mar 2013, 07:07 PM
  2. category sidebox styling
    By AfterHouR in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 30 Sep 2009, 10:52 AM
  3. styling sidebox-banners
    By Shane78 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 9 Sep 2009, 08:11 AM
  4. Styling the language sidebox
    By ALHO in forum Basic Configuration
    Replies: 2
    Last Post: 10 Jul 2007, 06:26 PM
  5. SideBox styling problem...
    By Justin761985 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 May 2006, 01:46 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