-
AuthorPosts
-
May 6, 2015 at 1:44 pm #440297
Hi, can you help me to customize the ajax search?
May 6, 2015 at 2:14 pm #440302Hey alfaweb2!
Please add following code to Quick CSS
#top #s { background: white; border: none; border-bottom: 2px solid black; } #top #searchsubmit, .ajax_load { background-color: white; color: black; }
Cheers!
YigitMay 6, 2015 at 2:28 pm #440311Wow nearly perfect. How can i change the test “SUCHE” to “Tippe zum Suchen…”
May 6, 2015 at 2:31 pm #440313This reply has been marked as private.May 6, 2015 at 2:39 pm #440320Hi!
Please add following code to Quick CSS as well
.main_menu form#searchform { top: 15px; }
then add following code to Functions.php file
function change_search_placeholder(){ ?> <script> jQuery(window).load(function(){ jQuery('input#s').attr('placeholder', 'Tippe zum Suchen…'); }); </script> <?php } add_action('wp_footer', 'change_search_placeholder');
Regards,
YigitMay 6, 2015 at 2:43 pm #440324OK done, maybe it is possible to use the same font (like the menu font)? Thank you!!!
May 6, 2015 at 2:51 pm #440332Hi!
Please add following code to Quick CSS as well
input#s { font-family: 'Open Sans', sans-serif !important; }
Best regards,
YigitMay 6, 2015 at 3:10 pm #440349Looks fantastic.
Can you tell me how to make the font bold. and how can i move the text a little bit to the top? http://i.imgur.com/eYppGrP.jpg and maybe a little bit to the left so the text starts with the line.
and is it possible to make the line a little bit softer?
May 6, 2015 at 3:16 pm #440351Hi!
Please adjust top value here to align perfectly – https://kriesi.at/support/topic/custom-search/#post-440320
and add following code to Quick CSS#top #s { padding-left: 0; }
Can you please elaborate? How softer? If you mean color, please edit “border-bottom: 2px solid black;” black color here – https://kriesi.at/support/topic/custom-search/#post-440302
Cheers!
YigitMay 7, 2015 at 10:43 pm #441288This reply has been marked as private.May 7, 2015 at 10:46 pm #441289This reply has been marked as private.May 7, 2015 at 10:46 pm #441291…i mean a few pixels to the top!
May 8, 2015 at 6:56 pm #441735Hi!
Please add following code to Quick CSS as well
.main_menu form#searchform { top: 3px; }
You can hire a freelance developer to have such effect on search box.
Cheers!
YigitMay 15, 2015 at 5:22 pm #445056This reply has been marked as private.May 15, 2015 at 5:24 pm #445058Hi!
I am going to help you with custom CSS code, but please let us stick to this thread – https://kriesi.at/support/topic/css-check/
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.