CSS STYLE FOR THE HOME PAGE CATEGORIES dropdown menu

Discussion in 'ClassiCraft WordPress Theme' started by pegasus6464, Sep 21, 2013.

  1. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    My categories dropdown menu has

    Show hierarchy
    Show as dropdown

    But dont have a beautiful style , is there any style for this dropdown bar????

    [​IMG]
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .sidebar_widget select {
    width: 200px;
    height: 30px;
    background: #d7d0c8;
    border: 1px solid #B4B2B0;
    color: #423C3C;
    }
    Note: If you want you can add your own colors for border, font and background.
     

Share This Page