Notification texts go here Contact Us Reach out!
follow our Telegram Channel To Get Latest Notification!

How to Remove the Hidden Link from the Plus Ui Theme Header

Step-by-step guide to removing the hidden link from the Plus Ui Theme header on Blogger. Learn how to access and modify the theme's HTML to customize
Estimated read time: 3 min
Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated
How to Remove the Hidden Link from the Plus Ui Theme Header
Youtube video
Plus Ui Premium V.6.5.xml 0.5MB

How to Remove the Hidden Link from the Plus Ui Theme Header

If you're using the Plus Ui Theme on your Blogger site and want to customize the header, here's a step-by-step guide to removing the hidden link and updating your header title.

Step 1: Access the Theme's HTML

  1. Go to your Blogger dashboard.
  2. Navigate to the Theme section.
  3. Click on the Edit HTML button.

Step 2: Find and Remove the Existing Header Code

  1. Press CTRL + F to open the search box.
  2. Type <!-- Header Title --> to locate the header section in the HTML code.

You'll find a block of code that looks like this:

<div class='headInnr'>
  <b:class cond='data:this.imagePlacement == "REPLACE"' name='hidden'/>
  <b:tag class='headH notranslate' expr:name='!data:view.isSingleItem ? "h1" : "h2"' >
    <b:class cond='data:this.description' name='hasSub'/>
    <bdi>
      <b:tag class='headTtl' expr:name='!data:view.isHomepage ? "a" : "span"' >
        <b:attr cond='!data:view.isHomepage' value='https://pixellabprojectshare.blogspot.com' name='href'/>
        <data:title/>
      </b:tag>
    </bdi>
  </b:tag>
</div>

Remove this block of code to eliminate the existing header title and hidden link.

Step 3: Add the New Header Code

Replace the removed code with the following updated block:

<!-- Header Title -->
<div class='headInnr'>
  <b:class cond='data:this.imagePlacement == "REPLACE"' name='hidden'/>
  <b:tag class='headH notranslate' expr:name='!data:view.isSingleItem ? "h1" : "h2"' >
    <b:class cond='data:this.description' name='hasSub'/>
    <bdi>
      <b:tag class='headTtl' expr:name='!data:view.isHomepage ? "a" : "span"' >
        <b:attr cond='!data:view.isHomepage' expr:value='data:blog.homepageUrl.canonical' name='href'/>
        <data:title/>
      </b:tag>
    </bdi>
  </b:tag>
</div>

Step 4: Save Your Changes

  1. Click Save to apply the changes to your theme.

Post a Comment

Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.