Breaking

New video on youtube soon

Tuesday, June 2, 2020

As bloggers we don't always want to use the same old boring themes that blogger has provided. Therefore we use free themes provided by Famous Template websites like templateify, templateism, goabiyabi etc...which provide premium stylish templates at very cheap costs. However, some of the newbees in this field may not be able to purchase premium templates. In such cases, you may try to remove the footer credit by using codes such as visibility:hidden etc, or you may try to remove the entire footer link. But doing so, your website will be redirected to templateify home page. On the other hand if you keep the original credits, it works perfectly fine. Today, I am going to share how to remove the credits without deleting anything but just by adding some more codes. Please pay attention to this short tutorial.



The first step is to go to your dashboard.
Select themes from the side menu as shown below


Select EDIT on Live on Blog as below


After selecting Edit HTML search for this ]]></b:skin>
Just above the code you must type something. But before that you must know the class name of the footer. In some themes it is named as 
<footer>
......
</footer>
But in some themes a class name is given.
Find the class name of the footer. Once you found it, you can type the following code.

For example, if the class name is Max-footer
<div class="Max-footer">
.......
</div>

I will call it through the class name. Remember you must code this just before  ]]></b:skin>


.Max-footer{padding: -10px; height: 0px;  visibility: hidden; text-indent: -99999px}

After typing this code, save it. And you are good to go. Footer credit removed.

No comments:

Post a Comment

Please do not enter any spam link in the comment box.

Copyright © 2020. Maureen Ralte | Technomax9