Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Petty Form Style Question

    Hellooooo

    How do I change the colour of the select bar in a form? For instance, in the manufacturers sidebar, the select bar is navy. I would like to change this colour. I told you it was petty!

    TEST SITE IS OVER HERE.

    Thanks in advance!

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Petty Form Style Question

    You don't currently have any style applied to that element. (I can see that using the Web Developer add-on for Firefox. Do you use it?)

    So you'd have to add to your stylesheet something like...

    #manufacturersContent a: hover {
    color: pink;
    }

    Change the colour to suit.

    Rob

  3. #3
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Petty Form Style Question

    Hi there! I installed it only tonight actually. ;-)

    Anyway, I didn't know it was considered a hover within the form element. Silly me.

    Thanks very much!

  4. #4
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Petty Form Style Question

    Actually, that doesn't appear to be working.

    Oops, I think you may have misunderstood which part of the style I wanted to change...? Sorry, I meant within the form box - the bit that says "please select"

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Petty Form Style Question

    Yes, I understood that, but didn't get the code right.

    I don't know the answer off the top of my pointy head. You probably need to experiment with the specificity of the selector, which is CSS-speak for drilling down to touch just the element you want. The link hover is occurring inside the div #manufacturersContent but exactly where inside it? You'll have to experiment a bit. Have a look at how it's done for the categories sidebox selectors in the stylesheet.

    Rob

  6. #6
    Join Date
    Jan 2007
    Posts
    147
    Plugin Contributions
    0

    Default Re: Petty Form Style Question

    Thanks Rob, I will give it a bash.

 

 

Similar Threads

  1. Problem Creating Grid-Style Product Form
    By DK_Scully in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 19 Feb 2011, 12:30 AM
  2. Creating a Product Order Form, Grid-Style
    By TerranRich in forum Customization from the Admin
    Replies: 8
    Last Post: 26 Jan 2011, 05:11 PM
  3. Order form style cart
    By neobonzi in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Jul 2008, 08:02 PM
  4. Replies: 0
    Last Post: 21 Nov 2006, 04:15 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