Skip to main content

Add Stylish Underline Link Button In Blogger Blog

How To Add Stylish Underline Link Button In Blogger Blog :

Add Stylish Underline Link Button Preview


Add Stylish Underline Link Button Blogger

Add Stylish Underline Link Button In Blogger Blog

Follow the steps below :

1. Log In Blogger >> 2. Dashboard >> 3. +add a Gadget >> 4. HTML/JavaScript 

Copy the below code and paste it in HTML/JavaScript content.


<a href="https://bloggerorigin.blogspot.com" target="_blank" style="
  color: #1a0dab;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border-bottom: 1.5px solid #1a0dab;
  padding-bottom: 2px;
">
Everything About Blogger – In One Place
</a>

Note: Add the URL of your blog in place of https://bloggerorigin.blogspot.com where you have highlighted it. 

  • Now Save the HTML/JavaScript and also save the layout settings. 

Now you will see that a stylish underline link button will have been added to your blog.

Comments