How to Remove ‘ Created by Sora Template ’ Attribution Credit Line Using CSS


Soratemplates is one of the best place to get cheap price or free blogger templates.

In previous post it has been learned how to remove the attribution credit line. This tutorial is for those who don't want to delete the code. You can remove the attribution credit line of Sora templates through the use of CSS tricks.

how%to%remove%created%by%sora%template%css%trick

The tricks is to change the font size of the footer credit line to 1px.

Follow the technique below exactly to hide the credits easily.

  • Step 1 : Login to Blogger Account and Go to Template, now click on Edit Html button.
  • Step 2 : Now Search for id='mycontent'

how%to%remove%created%by%sora%template%css%trick-1


  • Step 3 :  Find the class of the div section above to  id='mycontent' for example if the class='footer-right' then Search for footer-right in the CSS codes area.

how%to%remove%created%by%sora%template%css%trick-2


  • Step 4 : Now change font-size to 1px. If font-size is not added here then add this code :
font-size: 1px !important;

  • Step 5 : Now click on Save Template.

And it has been done! visit you blog to see the changes 😊

Tips: # Whenever you edit the Blogger template's HTML, don’t forget to keep a Backup your existing blogger template, so that tf something goes wrong, you can Restore the template.

If you found this post useful, please share it because Sharing is Caring 😊.

13 comments:

  1. Search for this code
    .footer-wrapper .copyright{font-size:12px}
    replace 12px to 1px

    ReplyDelete
  2. +MD
    what happen if I replace with 1px ?

    ReplyDelete
  3. Hello IK,

    What's the css trick for Maxazine soratemplates please ? It's urgent.

    Thank you !

    Regards,

    Tate

    ReplyDelete
  4. This will slightly visible, the the font px as follows to hide it without any trace,

    font-size: 0px !important;

    Ex: www.technigentlanka.net

    ReplyDelete
  5. Too old now. I have an another version

    ReplyDelete
  6. When i replace 12px with 1px it still shows link in very small letters. So what will i do to completely hide the credits without redirecting. Can i set 0Px? If i set 0Px, What will be the problems? Reply as soon as possible.

    ReplyDelete
  7. O meu era "jugas_footer_copyright"]
    Mudei para
    font-size: 0px;
    Deu super certo!

    ReplyDelete
  8. its working thanks for sharing well informative article
    <a href="http://www.alltricks9.blogspot.in/'>my tech tricks blog</a>

    ReplyDelete



Recent Posts :

Powered by Blogger.