Hello Guys and Welcome to my Blog
Sora templates are one of the best blogger templates you can get for a cheap price or for free. It comes highly optimized, build with HTML5, mobile responsive and intuitive interface. Each Sora template comes with two option, either to download it for free and use it with the attribution link or to purchase it for a very cheap price.
If you are low on budget and looking to use Sora template for your new blog without purchasing it and without having Sora attribution link in your blog, This tutorial will teach you how you can overcome this problem. Most people try to remove this attribution credit from the HTML view of their blog but found their blog being redirected to another page, This article will help you to remove the attribution link from all free Sora templates without redirecting to another page.
Note: Make sure to backup your templates in case something goes wrong, you can easily go to the backup.
Follow the technique below exactly to remove the attribute/credits easily
If you are low on budget and looking to use Sora template for your new blog without purchasing it and without having Sora attribution link in your blog, This tutorial will teach you how you can overcome this problem. Most people try to remove this attribution credit from the HTML view of their blog but found their blog being redirected to another page, This article will help you to remove the attribution link from all free Sora templates without redirecting to another page.
Note: Make sure to backup your templates in case something goes wrong, you can easily go to the backup.
Follow the technique below exactly to remove the attribute/credits easily
Here is below Screenshot of my blog with footer credit:
Step 1:
First of all Login with your blogger account and go to theme option from left side bar menus. and firstly make your blog theme back-up by following below Screenshots.
After doing that just click on Edit HTML and press CTRL+F and search "Created By". And note that DIV class. In my template it name is ''copyright-area" Just copy the class and follow below steps.
Step 2: After that just download Notepad++ from Here. and open that downloaded theme file in Notepad++. And press CTRL+F then find text window will appear just paste that class name and find it. Here you find that CSS class and in this class you find out that attribute "font-size:12px" just font size change into 0px and save it. And then Upload that saved theme file. Now check that changes that we make in theme's XML file.
Now you can add your own custom footer credit by using below code.
CSS Script:
<style>
p.copyright {
position: absolute;
width: 100%;
color: #fff;
line-height: 40px;
font-size: 0.8em;
text-align: center;
bottom:0;
}
</style>
HTML Code:
<footer>
<p class='copyright'>© Copyright 2019 HumiTech. All rights reserved. </p>
</footer>
Use above code script in the same DIV. Take a look of below SS.
Putting this code in theme and save it view blog and enjoyππ
Here you are now added your own name/brand credit and copyright right reserved in footer. Keep visiting our blog for more valuable content like that.
Keep Supportingππ
Keep Visiting ππ
Keep Sharing ππ
Comments
Post a Comment