Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #440297

    Hi, can you help me to customize the ajax search?

    #440302

    Hey 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!
    Yigit

    #440311

    Wow nearly perfect. How can i change the test “SUCHE” to “Tippe zum Suchen…”

    #440313
    This reply has been marked as private.
    #440320

    Hi!

    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,
    Yigit

    #440324

    OK done, maybe it is possible to use the same font (like the menu font)? Thank you!!!

    #440332

    Hi!

    Please add following code to Quick CSS as well

    input#s { font-family: 'Open Sans', sans-serif !important; }

    Best regards,
    Yigit

    #440349

    Looks 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?

    #440351

    Hi!

    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!
    Yigit

    #441288
    This reply has been marked as private.
    #441289
    This reply has been marked as private.
    #441291

    …i mean a few pixels to the top!

    #441735

    Hi!

    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!
    Yigit

    #445056
    This reply has been marked as private.
    #445058

    Hi!

    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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.