Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Posts
    207
    Plugin Contributions
    0

    Default Main page colours

    I would like to change the colour of the text on my main page BUT only where it says Featured Products and Monthly Specials for June.

    I want to change this to white so it stands out.

    When i've tried this before other parts of the text alter also.

    Does anyone know how to do this?

    www.fairytalefashions.co.uk

    Thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Main page colours

    You'll have to split centerBoxHeading away from leftBoxHeading in your stylesheet, and just change the color of that.

  3. #3
    Join Date
    Feb 2008
    Posts
    207
    Plugin Contributions
    0

    Default Re: Main page colours

    Could you please explain exactly how I am to do this as I am not technical at all - I would really appreciate it.
    Thanks

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Main page colours

    Find this in your stylesheet:

    .leftBoxHeading, .centerBoxHeading {
    margin: 0em;
    background-color: #663366;
    padding: 0.5em 0.2em;
    }



    and make it look like this:


    .leftBoxHeading {
    margin: 0em;
    background-color: #663366;
    padding: 0.5em 0.2em;
    }

    .centerBoxHeading {
    margin: 0em;
    background-color: #663366;
    padding: 0.5em 0.2em;
    color: #ffffff;
    }


    See, what you're doing is giving the left box heading and the center box heading their own statements, so you can control them individually.

 

 

Similar Threads

  1. Help Remove catagories off main page, but list subcatagories of main page
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Mar 2010, 04:14 AM
  2. Page colours
    By sugarandspice in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Mar 2010, 03:52 PM
  3. Feature products on category main page, but not on main home page
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Sep 2009, 03:47 PM
  4. Main Page Font Colours playing up...
    By wiccan0974 in forum General Questions
    Replies: 3
    Last Post: 21 Nov 2008, 10:12 AM
  5. Login Page - Strange colours in FF
    By Nipepusy in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Apr 2007, 01:02 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