Results 1 to 10 of 28

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Location
    New Jersey
    Posts
    98
    Plugin Contributions
    0

    Default Re: Change the font color in Product Listing page

    Quote Originally Posted by dgent View Post
    Yes comment it back in, make it the same size in admin as your additional images, and then play with the position of the addititional image in the stylesheet to line up etc...

    Yes, that code you posted should work. If not, its just a matter of moving it around to suit. Very straightforward.
    Thanks dgent, another question about the text-align, I located the product name, product price with Firebug. And it is clear that I need to add text-align: center to h1, and h2, so it would become:

    PHP Code:
    h1 {
        
    font-size1.5em;
        
    padding-right0px;
        
    colorwhite;
        
    margin-right0px;
        
    text-aligncenter;
        
    /*margin: 0.8em; */
        
    }

    h2 {
        
    font-size1.4em;
        
    colorwhite;
        
    text-aligncenter;
        } 
    The price, name are now centered but when I back the front page the front page description is centered I don't wanna my front page description to be centered is there any way to do that?

  2. #2
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,090
    Plugin Contributions
    0

    Default Re: Change the font color in Product Listing page

    Make a stylesheet called index_home.css and put this in it...

    h1 {
    font-size: 1.5em;
    padding-right: 0px;
    color: white;
    margin-right: 0px;
    text-align: left;
    /*margin: 0.8em; */
    }

    h2 {
    font-size: 1.4em;
    color: white;
    text-align: left;
    }


    ..and upload it to your templates/css folder.

 

 

Similar Threads

  1. Font color change in the categories listing
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 7 Jul 2010, 10:31 PM
  2. How to change the font and color of Product Title?
    By Klemens in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Jul 2009, 07:00 PM
  3. change font color in category's product listing
    By yellowsub in forum Setting Up Categories, Products, Attributes
    Replies: 16
    Last Post: 19 Mar 2009, 06:33 AM
  4. Change Font color on Product Page
    By DieuxSoldat_04 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Feb 2008, 04:41 AM
  5. How to change font color for Product Listing
    By Jbraz in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 23 Oct 2007, 03:21 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