Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Quote Originally Posted by misty View Post
    Try the number of the category
    I did. It didn't work, but I'll tinker with it again when I have more time.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

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

    Default Re: conditions of use - different background from rest of the site.

    Quote Originally Posted by afo View Post
    I did. It didn't work, but I'll tinker with it again when I have more time.
    Have used below... worked fine for my requirements
    Code:
    includes/templates/nameoftemplate/css/c_2.css
    where category number 2 required different stylesheet
    HTH

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Thanks, Misty. Of course that works! I have no clue what I did wrong yesterday. Maybe I tried it so many ways, I didn't know when to stop.

    Now if I can just get it to look the way I want...
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

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

    Default Re: conditions of use - different background from rest of the site.

    Maybe I tried it so many ways, I didn't know when to stop.
    Been there..done that..got the tshirt..
    Always easy when u know how...but so pleased worked
    for you.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Now that I got it working, I'm not sure it's what I want. Typical. At least I know how to do it now.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Nov 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Thanks for the lead in changing color, but I'm still lost.
    As I understand it to change the background of the cat page and page 2,3,4 I need a css sheet for each one.

    What would these sheets look like?

    Dave

  7. #7
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: conditions of use - different background from rest of the site.

    Thanks Misty for pointing me to this post.

    I wanted to change the header image for each category so I created a new css sheet (stylesheet_2.css) with only the part that I want to change.

    Code:
    #headerpic {
    background: url("../images/headerpic2.jpg");
    background-repeat: no-repeat;
    width: 850px;
    height: 205px;
    position: relative;
    }
    But what happens now is the header image from the (stylesheet_2.css) style sheet comes up in each category.

    Did I misunderstand?

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

    Default Re: conditions of use - different background from rest of the site.

    I know this is an ancient question, but for the sake of readers, I'll answer anyway.

    stylesheet_2.css is a global stylesheet name that will be loaded on every page, after stylesheet.css, so its rule will override stylesheet.css.

    For a single category, you need to follow the CSS_readme directions and name the stylesheet c_2.css. Then it will only be loaded in category 2.

 

 

Similar Threads

  1. v150 Install 1.5.5a on different server, use database from current v1.5.0 site
    By Johnnycopilot in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 12 May 2016, 03:22 AM
  2. How to fill the rest of the background and links?
    By gablo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Sep 2010, 09:41 AM
  3. Fedex Module not displaying, 1.3.8a (different issue from the rest)
    By ElusiveSora in forum Addon Shipping Modules
    Replies: 8
    Last Post: 16 Mar 2009, 09:45 PM
  4. Use different templates at the same time on site?
    By TigerRag in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Aug 2008, 02:28 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