Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #458379

    what can i do to make the pull down menu smaller and change the color blue to the enfold green color i use here for the contact form button ?

    that it looks like here: http://i.imgur.com/ekSh77j.jpg

    #458385

    Hi alfaweb2!

    Please add following code to Quick CSS

    .w2dc-content .select2-container .select2-selection--single .select2-selection__arrow {
      background-color: #719430;
    }
    div.w2dc-content .w2dc-btn-primary, div.w2dc-content a.w2dc-btn-primary, div.w2dc-content input[type="submit"], div.w2dc-content input[type="button"], div.w2dc-content .w2dc-btn-primary:visited, div.w2dc-content a.w2dc-btn-primary:visited, div.w2dc-content input[type="submit"]:visited, div.w2dc-content input[type="button"]:visited, div.w2dc-content .w2dc-btn-primary:focus, div.w2dc-content a.w2dc-btn-primary:focus, div.w2dc-content input[type="submit"]:focus, div.w2dc-content input[type="button"]:focus, form.w2dc-content .w2dc-btn-primary, form.w2dc-content a.w2dc-btn-primary, form.w2dc-content input[type="submit"], form.w2dc-content input[type="button"], form.w2dc-content .w2dc-btn-primary:visited, form.w2dc-content a.w2dc-btn-primary:visited, form.w2dc-content input[type="submit"]:visited, form.w2dc-content input[type="button"]:visited, form.w2dc-content .w2dc-btn-primary:focus, form.w2dc-content a.w2dc-btn-primary:focus, form.w2dc-content input[type="submit"]:focus, form.w2dc-content input[type="button"]:focus, div.w2dc-content .wpcf7-form .wpcf7-submit, div.w2dc-content .wpcf7-form .wpcf7-submit:visited, div.w2dc-content .wpcf7-form .wpcf7-submit:focus {
      background-color: #719430;
      border-color: #719430;
    }

    Regards,
    Yigit

    #458395
    This reply has been marked as private.
    #458849

    Hi!

    try this code:

    span.select2.select2-container.select2-container--default.select2-container--below {
    with: 90%;
    }
    .w2dc-col-md-6.w2dc-form-group.w2dc-pull-right.w2dc-text-right {
    top: -49px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #458922
    This reply has been marked as private.
    #459467

    Hey!

    Please add following code to Quick CSS as well

    .w2dc-content .w2dc-row {
      padding-right: 16px;
      border-radius: 5px;
    }
    .w2dc-content .w2dc-container-fluid {
      padding: 0;
    }

    Regards,
    Yigit

    #459487
    This reply has been marked as private.
    #459731

    now the arrow down is lost ;(

    there was an arrow at the right end of the pull down menu. how can i display the arrow http://i.imgur.com/utRvJfo.jpg

    #460227

    Hi!

    Those are not Enfold classes. We do not provide support for 3rd party plugins. We do not mind taking a quick look but apparently it does not help. Please contact plugin author – http://codecanyon.net/item/web-20-directory-plugin-for-wordpress/6463373

    Cheers!
    Yigit

    #460241

    OK! Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Make pull down smaller’ is closed to new replies.