
If you recently added the Labels widget on your Blogger site via Layout > Sidebar/Footer > Add a Gadget > Labels, you might be wondering…
"Why does it look plain and boring?" ๐
I’ve been there! And good news — with just a few lines of code, you can easily style it and give your blog a more modern, colorful look.
Here’s a simple step-by-step guide to customize your Post Labels using HTML/CSS:
๐จ How to Customize the Look of Your Blogger Post Labels
✅ Step-by-step Instructions:
- Go to Theme on your Blogger dashboard.
- Click Customize > Edit HTML.
- Inside
the HTML editor, press Ctrl + F and search this code:
]]></b:skin>
- Just above that line, copy and paste the following code:
//*=======================================================*/
/*--------------------POST LABELS---------------------*/
/*=======================================================*/
.Label a
{padding-left: 20px;
background: #e95875;
padding: 0 8px;
color: #fff!important;
border-radius: 100px;
-moz-border-radius: 100px;
height: 32px;
line-height: 32px;
text-transform: proper;
text-decoration: none;
border: none !important;
-webkit-transition: all .3s ease-in-out !important;
t: 30pxt: 30px;
float: left;
margin-left: 5px;
margin-top: 5px;
font-size: 14px;}
.Label a:hover
{color: #fff !important;
background: #31bbbb;}
- Click Save and refresh your blog to see the change.
๐ What Will It Look Like?
Your post labels will now appear as pill-shaped tags with a soft pink background, white text, and hover effect in teal. They float nicely and are much more stylish!
๐ ️ Need to Tweak It More?
You can change:
- The background color (#e95875 → try #007bff for blue or #28a745 for green)
- Font size or padding
- The hover color (#31bbbb)
Make it your own — and match your blog’s aesthetic! ๐จ
๐ฌ Need Help?
Leave a comment below if you get stuck or want a different look. I’ll try my best to help you out. If you find this tutorial helpful, please share it and follow my blog for more easy design tips!
0 Comments:
Post a Comment
Thank you for reading! Please share and like my Facebook page :)