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 Sora Template or Any Template Attribution easily. 

Here, I am not going to show you to remove script or add any custom <style> code.

How To Remove Sora Templates or Any Templates Attribution 100% Working Method Without Redirecting

1. First head over to you Blogger Dashboard >> Theme >> Edit HTML as shown below
2. Now open your website on other tab in your browser.

3. Now Right click on your mouse and select "View Page Source"

4. Now tap CTRL+F and find copyright words

Note: Generally we know credit section in bottom so finding the code will be easy.

5. Now check the "div class" 

As an example it should be in the form of-

<div class=’ty_footer_copyright‘> or <div class='copyright-area' > or <div class='copyright'>


(as shown below)

6. Now again, search for the class tag and you will find the main CSS code like this below-

.ty_footer_copyright{
text-align: left;
display: inline-block;
line-height: 30px;
}


7. Now just add the code which is in below- 

font-size: 0px !important;


then your code should look like this-

.ty_footer_copyright {
text-align: left;
display: inline-block;
line-height: 30px;
font-size: 0px !important;
}

Note: If there is already font-size: 12px or any size .... Remove it or you can just modify it.

After editing save the template and see the changes.

Note: Remember the main target is- Find the div class and modify it...All div class is not same for all template...I just gave an example for  <div class=’ty_footer_copyright‘


If  you still would get problem then comment or contact with me in Facebook.