--> 5 Themes For Blogger Official Search Box Widget | Experience Lab - Online business creation and development guide for bloggers and startups

5 Themes For Blogger Official Search Box Widget

Updated on: November 20, 2016 Search box is the must have widget in each and every blog. Search box allows your readers to get access to y...

Updated on: November 20, 2016

Search box is the must have widget in each and every blog. Search box allows your readers to get access to your articles more easily by helping them to find the content what they are looking for. I have already published Stylish search box widgets for blogger, but blogger also provide their official search box widget, which is basically known as Google Custom Search box.

How to customize blogger official search widget

Google Custom Search (CSE) is the best search box on the web because it gives you numbers of benefits that are hard to resist. For instance - Others 3rd party search boxes only analyses your post title with searched query to show search results, but CSE also analyses your post content, meta codes and many other things to show results so that your readers can get most relevant content. Actually, this work as same as Google Search works, but the only difference is that, you get only that data which is linked with your blog. Blogger users get this widget free of cost where as for non-blogger users its cost near about $100/year. You can add this widget by navigating to Layout > Add widget > Select Search box > Save.

CSS Themes for Blogger Default search box widget

The main reason why most of the bloggers don't want to add this official search widget is, that the look and feel of the widget is very very simple but allows you to change the look of the widget. To style and customize your Search widget you must have knowledge of CSS, but many of you don't, that's why, I created 5 beautiful, professional and stylish themes for your widget. What all you need to do is the simple copy paste work. Go ahead, choose your design and follow the instructions.

Stylish CSS for blogger's Search widget

Simple style to customize blogger official search widget
input.gsc-input{background-color:#fff;border-color:#CDCDCD!important;padding:6px!important;border-radius:5px 0 0 5px!important}input.gsc-search-button{margin-left:-1px!important;border:1px solid #ddd;padding:5px;border-radius:0 5px 5px 0;cursor:pointer}
Css for default search box
input.gsc-input{background-color:#fff;border-color:#62B3EC!important;padding:6px!important;height:17px;font-size:13px}input.gsc-search-button{margin-left:-1px!important;border:1px solid #62B3EC;padding:5px;border-radius:0 5px 5px 0;cursor:pointer;font-size:0;height:31px;width:31px;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir33VmBOpw67lHa1Ek7UGie-vBVxGMJXA0IlhQMjkrOcaDPEkTUfQ8HaSwcDwbpFhF1_JKu9rNGjuCA6mevx-IBB2tbk1wE4vvCX3hzI8cfHwbuZqcgB6ctbOfrAb4fXhgx8PbWx3YdPOX/s1600/Search-icon.png) no-repeat center;background-color:#62B3EC;background-size:15px}.gsc-search-button:hover{background-color:#3B78E7;border-color:#3B78E7;border-radius:0 5px 5px 0}
Customize google blogspot search box
table.gsc-search-box td.gsc-input{padding-right:5px!important}input.gsc-input{background-color:#fff;border-color:#CCC!important;padding:6px!important;height:17px;font-size:15px;color:#9F999D;border-radius:3px 0 0 3px;border-width:1px 0 1px 1px !important}input.gsc-search-button{margin-left:-1px!important;border:1px solid #CCC;padding:5px;border-radius:0 3px 3px 0;cursor:pointer;font-size:0;height:31px;width:31px;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEil5e8GCWVTzp58YQzFftqHW1GJovZILD0fbYHmmtUF8SRobtYg1BB3qqwvvEj2NTTO9jdtv-xUMXs29J-TIDRYKgxx2Dtb9J5OM9UBxSE4ftIiZSQt3NsHGdiBUj0UHjDOKas0Ybkp5M4/s1600/search-icon.png) no-repeat center;border-width:1px 1px 1px 0}
Dark theme for blogger official search box widget
table.gsc-search-box td.gsc-input{padding-right:40px!important}.gsc-search-button{display:none!important}input.gsc-input{padding:5px 0 8px 40px !important;height:22px;font-size:13px;color:#fff;border-radius:19px;border-width:0!important;width:100%!important;box-shadow:2px 3px 3px #292929 inset;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEir33VmBOpw67lHa1Ek7UGie-vBVxGMJXA0IlhQMjkrOcaDPEkTUfQ8HaSwcDwbpFhF1_JKu9rNGjuCA6mevx-IBB2tbk1wE4vvCX3hzI8cfHwbuZqcgB6ctbOfrAb4fXhgx8PbWx3YdPOX/s1600/Search-icon.png) no-repeat scroll 16px 12px;background-color:#444;background-size:12px;text-shadow:1px 3px 3px #0B0A0A}
Beautiful CSS for default search widget

Recommended: For perfect experience of this style use colorful background image.

table.gsc-search-box td.gsc-input{padding-right:0!important}input.gsc-input{background-color:RGBA(0,0,0,0.5);padding:8px 15px!important;height:22px;font-size:15px;color:#fff;border-radius:19px;border-width:0!important;width:100%!important}input.gsc-search-button{margin-left:-5px!important;margin-right:5px!important;padding:5px;border-radius:50%;cursor:pointer;font-size:0;height:30px;width:30px;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEil5e8GCWVTzp58YQzFftqHW1GJovZILD0fbYHmmtUF8SRobtYg1BB3qqwvvEj2NTTO9jdtv-xUMXs29J-TIDRYKgxx2Dtb9J5OM9UBxSE4ftIiZSQt3NsHGdiBUj0UHjDOKas0Ybkp5M4/s1600/search-icon.png) no-repeat center;border-width:0}

Steps: To customize blogger official search box

Step 1. Login to your blogger account > Dashboard > Template > Edit HTML

Edit HTML Template

Step 2. Click anywhere inside the code and find the following code (use Ctrl + F):

]]></b:skin>

Step 3. Just above ]]></b:skin> place you CSS code.

Step 4. Click Save template.

Great!

Refresh your blog to see your beautiful, professional looking google search box. For any issues related to above Tutorial Please Comment Below. Stay Updated, Browse Howbloggerz ! :)

COMMENTS

Name

Affiliate Marketing,12,Announcement,34,Bing,9,Bitcoin,38,blog,7,Blogger Resources,42,Blogger Templates,4,blogger tricks,156,Blogging ethics,70,Blogging tips,198,Bugs and Errors,34,Business,9,Copyright Violation,9,CSS and HTMLTricks,95,Designs,8,drop down menu,7,eBook,12,Email Marketing,7,Events,30,Facebook,30,Facebook tricks,49,Google,157,Google AdSense,42,Google Analytics,7,Google Plus,51,Google Plus Tricks,38,Guest Posts,112,home,2,How To,77,Internet,1,JSON Feeds,25,Kitchen Recipes,2,Label Based Sitemap Themes,1,Make Money Online,108,Marketing,16,MBT Blogger Templates,7,Menus,1,News,146,Pages,1,Posts,10,presentations,15,Responsive,10,Reviews,7,SEO,307,Settings,6,Shortcode,15,Sitemap Themes,1,Social Media,155,Technology,7,Templates,1,Tips,2,Tools,1,Traffic Tips,80,Video,19,Web Designing,62,web hosting,18,Webmaster Tools,97,Widgets,199,wordpress,26,
ltr
item
Experience Lab - Online business creation and development guide for bloggers and startups: 5 Themes For Blogger Official Search Box Widget
5 Themes For Blogger Official Search Box Widget
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfXuKhORlU1_fygLT6LyCjVTYfCch5a-3ChAoVoVuDsAp9pYNK0wlLlKwFVbxhvFRH4Cg4kPev7qK18TcSmfuGz_caCCgsP_z8BVv2WeKmHhUNqPRmqf5T9jKQc7iX9KiUYH2yNwcY7P7s/s1600/How-to-customize-blogger-search-widget.jpg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfXuKhORlU1_fygLT6LyCjVTYfCch5a-3ChAoVoVuDsAp9pYNK0wlLlKwFVbxhvFRH4Cg4kPev7qK18TcSmfuGz_caCCgsP_z8BVv2WeKmHhUNqPRmqf5T9jKQc7iX9KiUYH2yNwcY7P7s/s72-c/How-to-customize-blogger-search-widget.jpg
Experience Lab - Online business creation and development guide for bloggers and startups
https://www.experiencelab.info/2016/07/5-themes-for-blogger-official-search.html
https://www.experiencelab.info/
https://www.experiencelab.info/
https://www.experiencelab.info/2016/07/5-themes-for-blogger-official-search.html
true
2959477579779989044
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share. STEP 2: Click the link you shared to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy