Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    58
    Plugin Contributions
    0

    Default How to remove the back_tile image only from the product listing page

    Hello,

    I would like to to remove my red back_tile only from my product listing page... (where it shows the item name and price)

    I can't seem to find the CSS style sheet to remove that back_tile. Does anybody know how can i edit it.

    Here is a link to my website to show you guys what i am talking about.

    http://www.hostlyon.com/pizza-demo/i...index&cPath=24

    Thank you!

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

    Default Re: How to remove the back_tile image only from the product listing page

    Your stylesheet will be /includes/templates/your_template/css/stylesheet.css. You need to FTP it to your computer, edit it with a good text editor like Notepad++ (free), and FTP it back to your site.

    Change this to eliminate the
    background-image: url(../images/tile_back.gif);
    line
    Code:
    .productListing-rowheading {
    	background-color: #abbbd3;
    	background-image: url(../images/tile_back.gif);
    	height: 2em;
    	color: #FFFFFF;
    	}

 

 

Similar Threads

  1. v151 How do I remove the Social Networking from The Product Page?
    By TheGuild in forum General Questions
    Replies: 4
    Last Post: 1 Nov 2012, 10:40 PM
  2. How do I remove the Qty column from product listing pages?
    By ChrisVCB in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Aug 2010, 01:09 PM
  3. How to Remove the Left Column from the Product Info Display Page??
    By autoace in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Aug 2009, 03:37 PM
  4. How do I remove the product listing from a page?
    By sartor in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Jan 2009, 11:24 AM
  5. How do I remove the border around the add to cart image on the product page?
    By AllegraGatto in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Nov 2008, 02: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