Free Blogger Templates

BTemplates, the best place for Blogger templates since 2008.

Clean Retina Blogger Template

Clean Retina

Free Download Live Demo

29,113 Downloads.


Documentation
Mobile screenshot

Instructions

  1. How to install a Blogger template.
  2. Additional Settings:
    • To edit the header description you need to find and replace that text in the template's code.
    • To edit the slider you need to changes the images and urls directly in your template code.
    • To edit the social icons links you need to search and changes the urls directly in your template code.

About Clean Retina

The Clean Retina Blogger template is a minimalist and elegant design, perfect for those who appreciate simplicity and functionality. With its 2-column layout and right sidebar, it offers a clean and organized structure, making it ideal for blogs focused on clean aesthetics, crafts, diary entries, or home and decoration themes. The template is fully responsive, ensuring a seamless experience across all devices.

Adapted from WordPress, Clean Retina features a background pattern and subtle paper textures, adding a touch of sophistication without overwhelming the design. The inclusion of post thumbnails and a slideshow enhances visual appeal, while the footer columns provide ample space for additional content or links. Its gray and white color scheme creates a neutral and timeless look.

This template also includes social integration, making it easy to connect with your audience. Whether you're a blogger, crafter, or decorator, Clean Retina offers a polished and professional platform to showcase your work. Its minimalist approach ensures your content remains the focal point, while its responsive design guarantees accessibility for all users.


More Crafts Blogger templates:


Credits

Author: NBThemes.
Designer: .


5 Questions and comments on Clean Retina

Azril 25 April 2016 at 21:12

Hello,
I like this template, but i have problem:

Text on forms is hiding!
So in this case filling this form reply, text on fields name and email not full readed, (sorry my english bad)

You can try fill form on my beta blog at ajronemotor.blogspot.com

Thanks

↩ Reply
Arman 28 December 2016 at 0:11

How can i put links on fb, twitter etc. link on top of the page? please help

thnaks in advance

↩ Reply
Lucky Arif 31 May 2018 at 23:28

I like this template

↩ Reply
Zacky 26 February 2026 at 10:43

Hi… this awesome theme is my favoutite.
but can i change the social button bar? please
my social media ; FB, Instagram, X, tik-tok, youtube, telegram chanel.

↩ Reply
Francisco 3 March 2026 at 15:28

Hi! Here’s how to customize your social buttons:

1. Find the HTML: In your Blogger dashboard, go to Theme → Edit HTML, then search (Ctrl+F) for social-profiles clearfix

2. Replace the entire <ul>...</ul> section with this:

<ul>
   <li class='facebook'><a href='YOUR-FB-URL' rel='nofollow' target='_blank'>Follow on Facebook</a></li>
   <li class='instagram'><a href='YOUR-IG-URL' rel='nofollow' target='_blank'>Follow on Instagram</a></li>
   <li class='twitter'><a href='YOUR-X-URL' rel='nofollow' target='_blank'>Follow on X</a></li>
   <li class='tiktok'><a href='YOUR-TIKTOK-URL' rel='nofollow' target='_blank'>Follow on TikTok</a></li>
   <li class='you-tube'><a href='YOUR-YT-URL' rel='nofollow' target='_blank'>Follow on Youtube</a></li>
   <li class='telegram'><a href='YOUR-TG-URL' rel='nofollow' target='_blank'>Follow on Telegram</a></li>
</ul>

(Remove any you don’t need, just delete the whole <li>...</li> line)

3. For Instagram, X, TikTok, and Telegram: You’ll need to add custom CSS since they’re not in the original sprite. Add this before ]]></b:skin>:

.social-profiles ul li.instagram a {
   background: url(YOUR-INSTAGRAM-ICON-URL) no-repeat;
   background-size: 30px 30px;
}
.social-profiles ul li.telegram a {
   background: url(YOUR-TELEGRAM-ICON-URL) no-repeat;
   background-size: 30px 30px;
}
.social-profiles ul li.tiktok a {
   background: url(YOUR-TIKTOK-ICON-URL) no-repeat;
   background-size: 30px 30px;
}
.social-profiles ul li.twitter a {
   background: url(YOUR-X-ICON-URL) no-repeat;
   background-size: 30px 30px;
}

4. Save Theme

Tip: You’ll need to upload 30x30px PNG icons for Instagram, X, TikTok, and Telegram into a blog post and get the URL’s and replace YOUR-XXX-ICON-URL with the direct image links. Facebook and YouTube will keep working with the original theme icons!

Leave a Reply

Your email address will not be published. Required fields are marked *