How to Remove --> on Custom Blogger Templates

  • Join us to download any resource for free. You will be able to download or guest post.
    Sign Up Now

kashif

Administrator
Staff member
VIP Member
Apr 12, 2022
18,708
1,975
113
Pakistan
www.vuinsider.com
How to Remove --> on Custom Blogger Templates
We are back with another interesting article about How to remove --> on Custom Blogger Templates. This is now a most frequently asked question these days as Google has changed the Blogger admin panel layout. It suddenly starts appearing in the header of the blog after Blogger updates. This problem is mostly occurring on custom-designed Blogger templates (not on Built-In templates).

Main Causes of Problem:​

Mostly, the main cause is the usage of a modified version of the head tag used to hide blogger default CSS. It’s a trick used by Blogger theme developers to hide CSS and JavaScript to not burden the blog loading. You can see the example of a modified head tag below:

HTML:
&lt;!--<head/>--&gt;&lt;/head&gt;


How to remove code -->?​

To resolve this issue, edit your HTML template and remove the highlighted code as shown below:

Code:
&lt;!--<head/>--&gt;&lt;/head&gt;

The new code will look like this:

Code:
&lt;!--<head/>

If you still facing the issue then replace the whole code with this:

HTML:
</head>

You can request us for your desired concern. We'll gladly assist you with that.
 

Similar threads

May 2024

Total amount
$30.85
Goal
$250.00
Donation ends:

Staff online

Members online

Forum statistics

Threads
9,281
Messages
23,451
Members
54,210
Latest member
Sentayhu Gulema

About us

  • Our community has been around from 2017 and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. Providing Free Resources to help newcomers/startups. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu