Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Sep 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: image instead of subcategories listing

    I'm off to learn about CSS......
    Have NO idea, when I look at it, kinda looks like the cat has chased a mouse across the keyboard

  2. #12
    Join Date
    Jun 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: image instead of subcategories listing

    Thanks Dr. Byte. Never knew you could have all the different style sheets. So, if the page that I would like to change the background image is index.php?main_page=index&cPath=1, would I just name the new stylesheet index.php?main_page=index&cPath=1.css and make the new changes there?

  3. #13
    Join Date
    Jan 2004
    Posts
    58,460
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: image instead of subcategories listing

    No.

    You're attempting to change for a certain "category", right?

    Thus, this part applies:
    c_??.css --- changes to all info pages in a category
    In other words c_1.css would be for category 1 ... or perhaps you might read it as cPath 1
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #14
    Join Date
    Jun 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: image instead of subcategories listing

    yes. just tested it out and it works. thanks!

  5. #15
    Join Date
    Jun 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: image instead of subcategories listing

    instead of a background image, is there a way to add a regular image in the center column using the css?

  6. #16
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: image instead of subcategories listing

    Quote Originally Posted by etoile03 View Post
    instead of a background image, is there a way to add a regular image in the center column using the css?
    You could add the following declaration to your c_1.css

    .centerColumn, {
    background: url(../images/YOUR_IMAGE.???);
    padding: 0.8em;
    }

  7. #17
    Join Date
    Jun 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: image instead of subcategories listing

    is there a way to add a regular image using the css, so that I can add some sort of link to the image when clicked?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Category Image Size
    By ideasgirl in forum Customization from the Admin
    Replies: 11
    Last Post: 24 Mar 2011, 12:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •