Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Filter drop down and text are both white

    Hi,

    I installed a new mod for filtering products based on price and so on. But the problem is the text and the background are both white. I had a similar problem with country and I was given a solution by Stevesh. I tried using the same format for this and it din't work.

    Below is the code I place in my stylesheet.css file but to no effect. Please help


    #Filter Results by, #Filter Results by option {
    background-color: #000;
    color:#fff;
    }

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

    Default Re: Filter drop down and text are both white

    #indexProductList form select option {background-color: #000;}

    For future reference, install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

    Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

    Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

    Some prefer Firebug, which does much the same thing.

    (If you're using Firefox 4-10, you'll need to remap the editor shortcut, since Firefox has appropriated Ctrl-Shift-E for an internal function - I use Ctrl-Shift-Q.)

  3. #3
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Filter drop down and text are both white

    That worked but now i have the same problem with manufacturers. The background is white and the text is also white and I'm not able to find anything in the style sheet to make the text black

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

    Default Re: Filter drop down and text are both white

    Same thing:

    #indexProductList form select option, #manufacturers form select option {
    background-color: #000; color: #fff;
    }

  5. #5
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

    Default Re: Filter drop down and text are both white

    Thanks once again Stevesh

 

 

Similar Threads

  1. v139h Sort By: Filter/Drop Down
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Nov 2012, 04:25 AM
  2. v138a Adding a Size drop down filter
    By Cookiepus in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 21 May 2012, 11:54 AM
  3. v150 Country drop down background and forn are both white
    By vinayag79 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Feb 2012, 04:28 PM
  4. Filter Drop Down Code
    By limelites in forum General Questions
    Replies: 3
    Last Post: 8 Jul 2009, 09:28 PM
  5. Drop Down - Filter Results
    By 424threads in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Jul 2007, 11:26 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