๐ŸŽจ How to Style Blogger Post Labels with CSS (Step-by-Step Tutorial)

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:

  1. Go to Theme on your Blogger dashboard.
  2. Click Customize > Edit HTML.
  3. Inside the HTML editor, press Ctrl + F and search this code:
     ]]></b:skin>
  1. 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;}
  1. 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 :)

 
Unless otherwise stated, Lakwatserang Ligaw is the legal copyright owner of all materials on this site © | Template by Ipietoon Cute Blog Design