Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default How to change color of Please Choose:

    Hi iam trying to change the color of the text of "Please Choose:" above the drop down menu you can see it at http://shulab.co.uk/index.php?main_p...&products_id=3


    Iam also trying to change it so it reads "Select Size (required)"

    Hope somebody out there can help me

    Thanx

  2. #2
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Manged to change the text to read "Select Size (required)" through includes/languages/english/product_info.php but not got a clue how to change the text to red???

  3. #3
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to change color of Please Choose:

    Try adding this to your stylesheet..
    Code:
    #attribsOptionsText {
    color: #ff0000;
    }

  4. #4
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Quote Originally Posted by hcd888 View Post
    Hi iam trying to change the color of the text of "Please Choose:" above the drop down menu you can see it at http://shulab.co.uk/index.php?main_p...&products_id=3


    Iam also trying to change it so it reads "Select Size (required)"

    Hope somebody out there can help me

    Thanx
    You know that if you go to Admin-->Catalog-->Attributes Controller
    You can force your customers to select a size by turning on "Display Only" for the "Please Select A Size" option.
    The customer will now get a warning that they need to select a size if they tried to add a product to the cart without selecting a size.

    M

  5. #5
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Thanx guys for getting back to me

    Thanx steven300 works great as usual u ROCK!!!

    Was wondering if u any idea how to remove or turn black the grey bar between on top of my banner? I still not been able to find a way to sort that out

  6. #6
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Thanx Tophand that was really useful!!!

    I didnt know that was possible but was wondering is it possible to do 1 item at a time or is there a quicker way to do it?

    I was also wondering do u know if its possible, if a particular size is sold out the size is automatically removed from the drop down menu?

    Again really appreciate your help. Thanx

  7. #7
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to change color of Please Choose:

    Quote Originally Posted by hcd888 View Post
    Was wondering if u any idea how to remove or turn black the grey bar between on top of my banner? I still not been able to find a way to sort that out
    Try changing this:
    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }
    to..

    Code:
    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #000000;
    background-image: url(../images/tile_back.gif);
    padding: 0.5em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }

  8. #8
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Quote Originally Posted by hcd888 View Post
    Thanx Tophand that was really useful!!!

    I was also wondering do u know if its possible, if a particular size is sold out the size is automatically removed from the drop down menu?

    Again really appreciate your help. Thanx
    Might look at this.
    http://www.zen-cart.com/forum/showthread.php?t=47180

    M

  9. #9
    Join Date
    May 2008
    Posts
    349
    Plugin Contributions
    0

    Default Re: How to change color of Please Choose:

    Thanx for getting back to me so soon Steven300

    Tried changing the colour, but nothing seemed to happen. I tried this and surprisingly it worked:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.0em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }

  10. #10
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: How to change color of Please Choose:

    Quote Originally Posted by hcd888 View Post
    Thanx for getting back to me so soon Steven300

    Tried changing the colour, but nothing seemed to happen. I tried this and surprisingly it worked:

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    padding: 0.0em 0.2em;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    }
    Of course

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I expand Header 2 color or change color?
    By bluesky1992 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Oct 2011, 05:38 AM
  2. How do I lose the 'Please Choose:' text from this page?
    By datatv in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 15 May 2009, 05:53 AM
  3. How do I let the customer choose color and size combinations?
    By xt0rt in forum Setting Up Categories, Products, Attributes
    Replies: 8
    Last Post: 23 Jun 2008, 08:09 PM
  4. How to change color of links in header? Please Help!
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 Apr 2008, 05:59 PM
  5. Please Help! have looked for 3 days for how to change font color
    By crabdance in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Sep 2007, 04:38 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