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

    Default bold price on product listing page

    Hi,

    I have been trying to bold the price on the product listing page in my store (http://www.footfall.ie/onlineshop/in...=index&cPath=1). I am aware that there is no container for the price on this page.

    I am familiar with CSS, HTML, PHP and I would be comfortable adding a container. My question is, does anyone know which file I should edit to do this? I have going through the source files and I have not yet found the one I need.

    I am using version 1.3.9.

    I would be very grateful for any help or advice.

    Thanks,
    galtech

  2. #2
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: bold price on product listing page

    I have found an alternative to creating a container for the price.
    Inserting the following line of code into the productListing-data class in the style sheet will bold the price and the product description:

    Code:
    .productListing-data {
    
    font-weight: bold;
    
    }
    Then adding the listingDescription class to the style sheet and inserting a line to change the bolded text in the description to normal text.

    Code:
    .listingDescription{
    
    	font-weight: normal;
    
    }
    I am including this in case anyway else had the same problem that I had.

    all the best,

    galtech

 

 

Similar Threads

  1. Product listing title - can't disable bold...
    By modernm in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Aug 2010, 11:51 PM
  2. Changing font from bold to normal in product listing info
    By andrew55 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jun 2009, 09:41 PM
  3. Index Page New Products Title and Price - Bold?
    By kal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jun 2009, 02:58 PM
  4. Price Listing on Product Listing page
    By rkmoore11 in forum General Questions
    Replies: 3
    Last Post: 7 Dec 2007, 04:14 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
  •