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
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)
.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;
}
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.