• How can i make the drop down menu to look like this: http://imgur.com/Hf9IV6B

    I am using the following css rule for my current (manual) drop down menu:

    .styled-select select
    {
      font-size: 14px;
      border-top-width: 1px;
      border-right-width-value: 1px;
      border-bottom-width: 1px;
      border-left-width-value: 1px;
      border-top-style: solid;
      border-right-style-value: solid;
      border-bottom-style: solid;
      border-left-style-value: solid;
      border-top-color: #dbdbdb;
      border-right-color-value: #dbdbdb;
      border-bottom-color: #dbdbdb;
      border-left-color-value: #dbdbdb;
      border-image-source: none;
      border-image-slice: 100% 100% 100% 100%;
      border-image-width: 1 1 1 1;
      border-image-outset: 0 0 0 0;
      border-image-repeat: stretch stretch;
      color: #333333;
      width: 300px;
      height: 30px;
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 5px;
    
    }

    how can i add this css rule to the plugin drop down menu?

    https://wordpress.org/plugins/tag-dropdown-widget/

Viewing 1 replies (of 1 total)
  • Thread Starter phattrance

    (@phattrance)

    Here is the URL to the blog: http://reactiongif.org/

    you can find the manual tags at top and the plugin tags at the end of the sidebar!

    How can i make the plugin drop down menu to look like my manual added drop down menu?

Viewing 1 replies (of 1 total)
  • The topic ‘CCS Options?’ is closed to new replies.