How to REMOVE or HIDE premium blogger templates footer credit without redirecting

For newbie blogger wants to give a fresh and bright look to his/her blog, but it's not easy to find what they want. So, they want to use blogger premium theme, but they feel worried because there aren't any codes to bypass and use their own footer credits.


What is a Footer?

A website footer is a section located at the bottom of a web page that typically contains information such as contact details, links to important pages, legal disclaimers, and copyright information. It is a common design element on most websites, and serves as a way for visitors to quickly access important information about the website or business.

Website footers can also contain navigation menus, social media icons, and other interactive elements that allow visitors to easily interact with the website. Additionally, website footers can enhance the website's search engine optimization (SEO) by including links to internal and external pages, which helps search engines to better understand the website's content and structure.

Overall, website footers are an important element of website design, and can greatly enhance the user experience by providing easy access to important information and resources.

Thus further, I'm going to provide you some scripts below that will get around the coding for premium themes and allow you to utilize your own footer credit on your blogger theme.

Take a backup of your Blogger theme before completing the steps below. So that you can upload the backup file to go back to the original if you make a mistake.


Step how to change the footer credit on your Blog.

Step 1 - Go to your Dashboard >> Themes >> Edit HTML

Step 2 - Click anywhere in the Editor >> Press Ctrl+F, the search button will pop up at the top-left side of your HTML Editor >> search for the "Crafted with" or "Designed by" written in your blogger theme footer, then you will be redirected to your footer code as shown in the screenshots below.


Step 3 - Now, add a space as shown in the screenshot below where you going to input the extra code.


Step 4 - Paste the code given below as shown in the screenshot.

<div style='opacity:0;font-size:0.01px!important;'>

</div>


Your footer should have change after this, and the footer will look like the screenshot below.

the footer credit you add to your website will not be aligned properly, so you need to do the Step 5 if you want to arrange this matter.

Step 5 *if needed - Go to your Dashboard >> Themes >> Edit HTML >> Click anywhere in the Editor >> Press Ctrl+F and search for the ".footerbar" as shown in the screenshot below.


Step 6 - Now, add the code needed for this to function properly, you can see the proper position and what code needed to achieve this goal from the screenshot below.

code -     ;

                 padding-top:20px;


This code will arrange the position of your footer content.

If you follow all the steps that I gave it to you, you will be able to remove or edit the footer credit of any premium blogger templates that you will use without any redirection issues.

Post a Comment

Previous Post Next Post