How To Take Away Hyperlinks From Post Images Inwards Blogger

If you lot are using a custom Blogger template, as well as hence you lot belike own got noticed that few of the third-party developed templates does non supports Lightbox functionality, which causes images to hold upward opened inwards a novel tab window whenever they are clicked past times the users. Recently, ane of our users asked us that How to Remove Hyperlinks from Post Images inwards Blogger? The easiest agency to take hyperlinks for postal service images inwards blogger is to exactly revert to the HTML Tab inwards the blogger postal service editor as well as take the hyperlink. However, what if you lot own got to edit gazillion posts? Today inwards this article, nosotros volition present you lot How to Remove Hyperlinks from Post images inwards blogger.

Since, Blogger exercise Picasa spider web album to host your blog’s images, hence whenever user clicks on an icon acquaint on your site it ultimately takes them to a dissimilar destination, which causes growth inwards the bounce charge per unit of measurement as well as decrease inwards the advertising sales because your users are non converting they are coming from ane terminate as well as leaving from the other.

WordPress users own got a slight border because the images they host are uploaded on their ain domains similar example.com/img/test.png but inwards blogger you lot own got to exercise Picasa that provides URLs somewhat similar b.blogspot.com/asdasd1600/test.png which is bad for SEO.

The Solution:

The outset affair you lot demand to create is to login into your Google account. After logging in, become to Blogger dashboard >> your site >> Template >> Edit HTML as well as search for the Skin tag. After finding the pare tag, exactly higher upward it glue the next chunk of CSS code. Once everything is done, Save the template past times pressing “Save Template” push acquaint on the tiptop correct side of your reckoner screen.

.post img, .post img a{
position: relative;
z-index: -100; }

OR

.post img, .post img a{
 position: relative;
 z-index: -1; }

.post-outer{
position: relative;
 z-index: 1 !important; }

OR

.entry{
position: relative;
z-index: 1; }

.hentry img, .separator{
position: relative;
z-index: -1; }

OR

.post{
position: relative !important;
z-index: x !important;
}

.hentry img, .separator{
position: relative !important;
z-index: -1 !important;
}

Congratulations: You own got successfully removed Hyperlinks from postal service images inwards blogger. Now whenever, users volition click whatsoever of the images acquaint inwards the posts it would non opened upward them inwards a novel tab which may upshot inwards decrease of bounce rate.

We promise this article may own got helped you lot inwards learning how to take hyperlinks from posts inwards blogger. Thought, Lightbox industrial plant perfectly on our custom educate theme, but nosotros are however using the same technique, hence you lot all should attempt it too. Follow us on Twitter as well as Facebook.

Comments