Girls Have Fun: Menghilangkan Kotak Search

Menghilangkan Kotak Search







Kotak Search

Sebelum menghilangkan "Kotak Search". Kotak search berfungsi untuk pengunjung mencari post anda dengan kata kunci yang mereka inginkan.



Back To Menu


Cara Menghilangkan Kotak Search

  1. Template >> Edit HTML >> Proceed

    Gambar Masuk Edit Template
  2. Cari kode CSS dengan Ctrl+f dan cari >> ul.solidblockmenu

    Photo of Contoh ul.solidblockmenu Kode CSS

    Kode lengkapnya sperti ini :

    ul.solidblockmenu{margin: 10px 0;padding: 0;list-style: none;position:relative;margin-right: 20px;}
    

    Diganti dengan :

    ul.solidblockmenu {list-style: none outside none;margin: 75px 20px 0 15px;padding: 0;position: relative;}
    
  3. Cari kode HTML dengan Ctrl+f dan cari >> <div id='AWidget'>

    Photo of Contoh div id='AWidget' Kode HTML

    Kode lengkapnya seperti ini :

    <div id='AWidget'>
    <form action='/search' id='cari' name='searchform'>
    <input id='huruf' maxlength='256' name='q' size='59' type='text' value=''/>
    <input id='tekan' type='submit' value='Search'/>
    </form>
    </div>
    

    Hapus kodenya !.

  4. Preview

  5. Save Template


Back To Menu


0 comments:


Posting Komentar


Creative Commons License
Girls Have Fun: Menghilangkan Kotak Search by Nano Yulianto is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at http://nanoyulianto.blogspot.com/2012/11/ghf.menghilangkan-kotak-search.html.
Permissions beyond the scope of this license may be available at http://nanoyulianto.blogspot.com/.