Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    8
    Plugin Contributions
    0

    Default Styling sub-category and main product images

    I'm a little confused as to where and how I might go about stying the images on the sub-category page (ex: http://www.lheritagearts.com/gallery...index&cPath=67) and on the main product page (ex: http://www.lheritagearts.com/gallery...roducts_id=191) so that they have some padding and a border like the product listing page.

    I was able to just add a style to the stylesheet for the listing because the image tag has a class attribute but it doesn't look like the images for the other pages do. Would it be possible to add a class attribute in the templates somewhere and then style it from the css file? I'm not too sure where to look or how to tackle this one!

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Re: Styling sub-category and main product images

    Try the following in the stylesheet.
    Code:
    .categoryListBoxContents img {
       border: black 1px solid;
       padding: 5px;
       }
    
    #productMainImage img {
       border: black 1px solid;
       padding: 5px;
       }

    Hope this helps.

    .
    A New Starter again

 

 

Similar Threads

  1. v151 Display images of Sub-Sub category in Main page while navigating.
    By Javier Romero in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 May 2013, 10:02 AM
  2. Replies: 1
    Last Post: 1 May 2013, 10:20 PM
  3. Replies: 1
    Last Post: 24 Mar 2013, 11:04 AM
  4. styling the category, and product items
    By keneso in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 13 Oct 2009, 06:19 PM
  5. Getting sub category images to show up on the main category page
    By VigilantWine in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 16 Feb 2009, 09:45 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