Woocommerce options menu

Discussion in 'ButterBelly WordPress Theme' started by nannipung, Dec 1, 2014.

  1. nannipung

    nannipung New Member

    Joined:
    Jul 20, 2014
    Messages:
    10
    Likes Received:
    0
    Hi,

    can you provide css code which will make option menu nicer?

    now:


    would like to have:
    Thanks!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please explain little bit more about your issue and if possible provide URL and screenshot.

    Thanks & Regards
    Pramod
     
  3. nannipung

    nannipung New Member

    Joined:
    Jul 20, 2014
    Messages:
    10
    Likes Received:
    0
    now:
    [​IMG]

    would like to have
    [​IMG]
     

    Attached Files:

    • m2.png
      m2.png
      File size:
      3.1 KB
      Views:
      6
    • m1.png
      m1.png
      File size:
      15.8 KB
      Views:
      7
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide URL of your website.
    Do you want to use CSS code for drop down ?

    Thanks & Regards
    Pramod
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
      select#suurus
      {
      background:transparent;
        width: 170px;
        padding: 2px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:17px;
        font-weight:600;
        color:red;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 22px;
        -webkit-appearance: none;
        }
    Thanks & Regards
    Pramod
     

Share This Page