How to Add Stylish Social Follow Button in Blogger and WordPress

 

Hi to all, in this article I am going to tell you all about how to add stylish follow buttons in blogger website easily in just few minutes by using HTML and CSS.


Here you can add this stylish social follow button in you blogger footer section, sider bar or at the end of the post.


By adding this, you can attract your visitors to follow your social accounts and also you can provide them more features to your visitors.


Read the below given steps carefully to get clear understanding about adding stylish social follow button in blogger website without any error or issue.





Steps to Add Stylish Social Follow Button in Blogger



Step-1: First of all, you need to login to your blogger website dashboard by using your login credentials safely.




Step-2: Follow the below path carefully:

Blogger website dashboard -> Theme section -> Arrow icon -> backup -> Download theme.




Here I am adding the social follow button in the sidebar section.


Step-3: Now you need to copy below provided HTML and CSS code.





Step-4: Now you need to click on layout section.


Step-5: After opening layout section, in sidebar you need to click on Add a gadget.




Step-6: Now you need to select HTML / JavaScript.


Step-7: Now a popup opens and in content box you need to paste the copied HTML and CSS code.




Step-8: After adding the code in content box, you need to add your social follow links inside the href code.


Step-9: After modifying the code, click on save button.


Step-10: Now you have successfully added stylish social follow buttons in your blogger website easily in just few minutes.




Steps to Add Stylish Social Follow Buttons in WordPress



If you wan to add this stylish social media follow buttons in your WordPress  website, then you need to crease a custom HTML block and paste the above provided HTML and CSS code in it. and you can read the below provided customization techniques based on your interest.



You can refer the above image for adding this stylish follow buttons in your WordPress website easily in just few minutes.




Note:


If you get any error while saving the code, then you need to delete the gadget from your sidebar and need to repeat the process provided above carefully.


If you want to change any styles and colors in the buttons, then you need to modify CSS and for changing colors you need to replace color codes, and for color codes you can use google color picker.


If you want to remove the spacing between the icons then your need to fins the below code in the above code and here decrease the margin value to decrease.


.Social_follow_icons {
display: flex;
gap: 15px;
font-family: "Roboto", sans-serif;
margin: 32px 0;
justify-content: center;
}

If you want to change the color of the buttons then you need to find the below code from above code and replace the color codes.

   
.Social_follow_icons a:nth-of-type(1) {
color: #4267b2;
}
.Social_follow_icons a:nth-of-type(2) {
color: #1da1f2;
}
.Social_follow_icons a:nth-of-type(3) {
color: #e1306c;
}
.Social_follow_icons a:nth-of-type(4) {
color: #ff0000;
}   



Conclusion


I hope that you have understood about how to add stylish social follow buttons in your blogger website easily in just few minutes by using HTML and CSS for all blogger templates.







Next Post Previous Post

Cookies Consent

This website uses cookies to analyze traffic and offer you a better Browsing Experience. By using our website.

Learn More