9 Mar 2016

couch mode print story

Add 6 Stylish Custom Search Boxes To Blogger

There's an unspoken rule in the world of web design that says that every website have a search box. You can, and should, design a custom search gadget to Blogger that contributes to the theme of your site while providing some key benefits to both your customers and you



Benefits to Customers

Search boxes not only help to increase your website's design usability, but they're very convenient to site visitors and regulars. For those that have been to your site before, they know what they want and they want it now. These are the impatient people who don't feel like wading through different links. If you don't accommodate this problem you might risk losing those readers.

For newer customers who want to get a feel for your site before investing any more time, it gives them the chance to look for their interests on both eCommerce sites and blog sites.

Benefits To You

Adding a custom search gadget to Blogger perhaps best benefit eCommerce sites because it's an industry that inherently offers a lot of very specific products. For instance, if you sold clothing apparel and someone was only look for shirts, the search would result would only bring up shirts so that person can look through everything in one place.

Bloggers might not have products to offer, but adding a custom search gadget to Blogger can help site analytics and SEO. Google Analytics offers a tool that will track all the searches performed by your search bar, so that you can use this data when improving your keyword usage and content choices. Google web crawlers and search engine bots will also test out phrases in these boxes on the rare occasion to make sure that all your content leads to somewhere creates a closed loop.

Add Your Own Custom Search Gadget To Blogger

Just because you should have a search bar doesn't mean you you're restricted to what time. Your site's search bar should be easy to find and readily available whenever someone needs it, but other than that the look of the design is up to you. If you want to add a custom search gadget to Blogger, here are 6 stylish choices to pick from. Just copy the code below the search box that you want to add and follow the steps below:
<style>
#searchbox {
    background: #d8d8d8;
    border: 4px solid #e8e8e8;
    padding: 20px 10px;
    width: 250px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaJnMv_9mSUV6Q0w9c19ZMkkZgZZyVdU-pD1yrDLDZWLiyjOmX8Mm1Rr0w55WSOyjIj7cNfkMVmOkJcUWwckKMUgKceWMPNo4rtRSu_he7rGx0ZzDyJurJDJp3Gg1iezkKM9HlJ9UTn3PB/s1600/search-dark.png) no-repeat 10px 6px #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 55%;
    padding: 8px 15px 8px 30px;
}

#button-submit {
    background: #6A6F75;
    border-width: 0px;
    padding: 9px 0px;
    width: 23%;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    color: #fff;
    text-shadow: 0 1px 0 #555;
}

#button-submit:hover {
    background: #4f5356;
}

#button-submit:active {
    background: #5b5d60;
    outline: none;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search">
<input name="q" type="text" size="15" placeholder="Type here..." />
<input id="button-submit" type="submit" value="Search" />
</form>
<style>
#searchbox {
width: 240px;
}
#searchbox input {
    outline: none;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input[type="text"] {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiaJnMv_9mSUV6Q0w9c19ZMkkZgZZyVdU-pD1yrDLDZWLiyjOmX8Mm1Rr0w55WSOyjIj7cNfkMVmOkJcUWwckKMUgKceWMPNo4rtRSu_he7rGx0ZzDyJurJDJp3Gg1iezkKM9HlJ9UTn3PB/s1600/search-dark.png) no-repeat 10px 13px #f2f2f2;
border: 2px solid #f2f2f2;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #6A6F75;
    width: 160px;
    padding: 14px 17px 12px 30px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    text-shadow: 0 2px 3px #fff;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#searchbox input[type="text"]:focus {
background: #f7f7f7;
border: 2px solid #f7f7f7;
width: 200px;
padding-left: 10px;
}

#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWFT6BRJo17bLPpIAQoGmw9MUAo1efZWSkLicjBRSD_7ZGoRY3s_fPaXaTWWe0QK4f06CMKySf6Y1TWldWj17awtELrupZqLYXezo_Wl4c8F_JWWPywxRmznZ0XvuQa-gMoj-OPGXpjnbk/s1600/slider-arrow-right.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 43px;
height: 45px;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="Enter keywords here..." />
<input id="button-submit" type="submit" value=" "/>
</form>
<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiputJiTIVqzunUNFuXmw1uManixMgMLqMj5s_yiQPtLTIQEmD_KzSm5c1eoxNKDNk3i59IRhfxQ6bbDuHazvPW-iEW7EWG-JXZ-_ou8zZIyfsimjrBy6nR-71_Dri3El_PTnf1ZHAUarLF/s1600/searchbar.png) no-repeat;
    width: 208px;
    height: 29px;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input {
    outline: none;
}
#searchbox input[type="text"] {
    background: transparent;
    margin: 3px 0px 0px 20px;
    padding: 5px 0px 5px 0px;
    border-width: 0px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    color: #828282;
    width: 70%;
    display: inline-table;
    vertical-align: top;
}
#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0BaZGZkvhBsWOn-h5Swz3SiUft7f7rE0_NuawBReBD43NDJxDzMjE6OvEW2ksFg0lfeCHE7S2NqHj5t0o_vqxknsTIQtXgO6yeKFt-LLi9w4nXkNPbn7yLoEB7cG6Bv65BWG9AfOv1v0h/s1600/magnifier.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 4px;
    width: 21px;
    height: 22px;
}
#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWlj5jxlYTmreuoaiAAcq4wF1vFPQKJHZ3apzqxfpq8ulkv8H88lrE3aiPC_a57wzeog_JYQx24HvsxtsMa9h4o5TAaBzeHQjyGYR3_SVUHBNZPiUfwAMjDemb0_mAVHq46Bqj-31TuAKP/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWlj5jxlYTmreuoaiAAcq4wF1vFPQKJHZ3apzqxfpq8ulkv8H88lrE3aiPC_a57wzeog_JYQx24HvsxtsMa9h4o5TAaBzeHQjyGYR3_SVUHBNZPiUfwAMjDemb0_mAVHq46Bqj-31TuAKP/s1600/magnifier-hover.png) no-repeat;
    outline: none;
}
#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
    <input name="q" type="text" size="15" placeholder="search..." />
    <input id="button-submit" type="submit" value="" />
</form>
<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMddIxddZGhCNLqAcWCf4yrdsA4IB7SM2a6QeBm0Zn57zSC80J2OFFrzr8cKxwBK0kALijkCnqc0McEHP7yZnt-nTMyxlBZUkezVD9Wi7FZk_4zLkndY-Y5NwTwq4_MmQWPVjmgNir44K3/s1600/search-box.png) no-repeat;
    height: 27px;
    width: 202px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: transparent;
    margin: 0px 0px 0px 12px;
    padding: 5px 0px 5px 0px;
    border-width: 0px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    width: 77%;
    color: #828282;
    display: inline-table;
    vertical-align: top;
}

#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9YKuG5vDfT18YuKuMmlHhO9BlFwS0awoJXFGidoqAcDkWnY83Wu3yYmihZyru5e7wCye3vMTJk4d6fpxh0y-umEsGhVHn6GhjyZ8bRwlBQ1yEtDvomfulUS_NDhAH0qb_iS78mtBqUV4u/s1600/search-button.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTYc7KFUG9snMzjKOEUTCKk8aWeqCwoGxP7D4-soGBySEvZ8kj5NJYqmrkeuidrsl25rzv1xQZiRYkGLe-rZuU32I-l-MXOkNmS9GLuBFXobvevCzZBOLpLrCGE7p2Uuh2RfL8UCQrSVyq/s1600/search-button-hover.png) no-repeat;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>
<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyJZJdr-mfAdD_qsNL4YUqpR50Rm-5ZahhtCBeFyzpY-lXjnW7wmWVEpnvtDvBiRPxUEyZx4m1_RAHAhsF2DiTA9W6-r-aInOj48TpwwF_ExdzjEjOg3KCcK51kvdZfCU8AK8ovzxiTyLK/s1600/search-box1.png) no-repeat;
    width: 250px;
    height: 65px;
}

input:focus::-webkit-input-placeholder {
color: transparent;
}

input:focus:-moz-placeholder {
color: transparent;
}

input:focus::-moz-placeholder {
color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: transparent;
    padding: 5px 0px 5px 20px;
    margin: 10px 15px 0px 0px;
    border-width: 0px;
    font-family: "Brush Script MT", cursive;
    font-size: 12px;
    color: #595959;
    width: 65%;
    font-weight: bold;
    display: inline-table;
    vertical-align: top;
}

#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgp5FU6LxuhysyNP5_43kZSaOoHU050jZG_RmE-iEPnLGbm0mc4NIWEdZEAhogl-OW1EJMaR7tQUJCTd0y207-KBLLwjohWV8ENrlLGNabyUhU6m5rZAuITxEnWpR1nWZZncu6mUy6w-wKE/s1600/magnifier.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    margin-top: 10px;
    width: 19px;
    height: 25px;
}

#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJWGZpi8RTuGagEoC6kg0Ac1sTv8CZkNlARokanzMIrKw6I2Q71vIMmr99D4jOI3FBzRTJsVtZ3xZ3BDVcPZRf6Zgra4KFliiUVRB2h-8ekYx9XOuXlkiG-uAWnrUdERcm2y-AvMkjVrd8/s1600/magnifier-hover.png) no-repeat;
}

#button-submit:active {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjJWGZpi8RTuGagEoC6kg0Ac1sTv8CZkNlARokanzMIrKw6I2Q71vIMmr99D4jOI3FBzRTJsVtZ3xZ3BDVcPZRf6Zgra4KFliiUVRB2h-8ekYx9XOuXlkiG-uAWnrUdERcm2y-AvMkjVrd8/s1600/magnifier-hover.png) no-repeat;
    outline: none;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
    <input class="textarea" name="q" type="text" size="15" placeholder="Search here..." />
    <input id="button-submit" type="submit" value="" />
</form>
<style>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBYeiZpl-W53ADIzoF1a2JusRA5rLIw0ZHooMB9Kjwp8grh6I9Da_jNZggGQcPPKoRTdOVWVaROYEHHpcueItz9ArTQjxUkwnEWH1ir1meJQcevbsyj1kR5qHGoVnaPqni5QTn0XppPjmy/s1600/search-box.png) no-repeat;
}

#searchbox input {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input[type="text"] {
background: transparent;
border: 0px;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 14px;
    color: #f2f2f2 !important;
    padding: 10px 35px 10px 20px;
    width: 220px;
}
#searchbox input[type="text"]:focus {
color: #fff;
}

#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiLRcHNpZI1-cMJMycs3X0PSLhRWVgqOMaeloczI3ich_EfQf-Q0n_HbuUio_hsT5Fj8AdLqhPKkqKvbIzz0t0YqtIGwwAPO9wq-YgARCr8hd9u4dkQEjQ3YydJkwosT02PNPvh7a3SUEJ/s1600/search-icon.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 40px;
height: 50px;
}

#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBnpy0qSVtw9QJMXJ2uy-5IBM0As9qj_EHjqVsiZcZEBD-NyzSNIjvsQBpHlfsc9h1zoO82RU5VtWGpV_IsDVgzngHlfCXLm4n4WwRT3RYgIKgHC0Cxdm72HJuihOv5EHSkFjZphyphenhyphen1SgTh/s1600/search-icon-hover.png);
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="Enter keywords here..." />
<input id="button-submit" type="submit" value=" "/>
</form>

Steps: How to Add a Custom Search Box to Blogger

Step 1. Log in to your Blogger account, then go to Layout > click on the 'Add a gadget' link on the left side.

Step 2. Choose HTML/JavaScript from the pop-up window > paste the code of the search box inside the empty box.

Step 3. Press Save.

That's it!

There you have it, 6 stylish choices that will let you take advantage from all the great benefits of using a search box, while still helping you make your blog stand out. After adding your new search bar, your visitors will be able to navigate through your site and get to the same place using both the box and the navigation bar.

1 comment:

  1. These provided information was really so nice,thanks for giving that post and the more skills to develop after refer that post. Your articles really impressed for me,because of all information so nice.

    House Cleaning Services Mumbai

    ReplyDelete

Blogger Widgets