-
AuthorPosts
-
June 12, 2015 at 2:57 pm #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
June 12, 2015 at 3:02 pm #458385Hi 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,
YigitJune 12, 2015 at 3:11 pm #458395This reply has been marked as private.June 13, 2015 at 9:55 pm #458849Hi!
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!
AndyJune 14, 2015 at 3:07 pm #458922This reply has been marked as private.June 15, 2015 at 4:39 pm #459467Hey!
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,
YigitJune 15, 2015 at 4:55 pm #459487This reply has been marked as private.June 15, 2015 at 10:41 pm #459731now 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
June 16, 2015 at 5:59 pm #460227Hi!
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!
YigitJune 16, 2015 at 6:06 pm #460241OK! Thank you!
-
AuthorPosts
- The topic ‘Make pull down smaller’ is closed to new replies.