Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    15
    Plugin Contributions
    0

    Default Can I remove the Option text from in front of a drop down box?

    Here is my site (ignore all the guff, im messing about with it at the moment )

    http://makeaspectacle.com/index.php?...roducts_id=180

    I want to be able to remove the option names from in front of my drop down boxes. Is there a way I could do this?

    Thanks,

    Dan

  2. #2
    Join Date
    Oct 2011
    Posts
    15
    Plugin Contributions
    0

    Default Re: Can I remove the Option text from in front of a drop down box?

    Okay I found out how to do it so ill post here incase anyone needs to know.

    For some reason, in stylesheet.css, this line is commented out

    Code:
    .optionName label {
    font: bold 12px Verdana;
    }
    
    .attribsSelect {
    width: 120px;
    float: left;
    }
    All I did was put it back in and added

    Code:
    display: none;
    so it looked as follows:

    Code:
    .optionName label {
    font: bold 12px Verdana;
    }
    
    .attribsSelect {
    width: 120px;
    float: left;
    display: none;
    }
    Hope this helps someone!

    (and if anyone knows why this is commented out of the stylesheet.css i'd love to know!)

    Dan

 

 

Similar Threads

  1. v139g Remove Some of the Countries from Create Account Drop Down Menu
    By clriding in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 15 Oct 2013, 08:58 PM
  2. v150 remove currency drop down box from my site
    By ddigerolamo in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2013, 03:29 PM
  3. How can I Remove Counties from Drop Down List?
    By limelites in forum General Questions
    Replies: 11
    Last Post: 9 Jan 2012, 11:04 PM
  4. Text Option Value in Drop Down Or Radio Option Name
    By DVDTitan in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 17 Nov 2010, 01:06 PM
  5. Replies: 8
    Last Post: 21 Oct 2008, 09:27 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