Posts

Theme customisation in the Blogger website

Image
  Welcome back guys❤️. So, in this post, I will guide you on theme customisation (small tour) in the Blogger website. Today we are going to see, How to change Theme Hide widgets from home page Perfect way add Html, css and Javascript Enable add gadget button Enable and disable any fixed widgets Change Theme colors and font Disable comments on articles and pages #1.How to change theme in blogger First of all, we need to know why we need to change Theme: the default theme of Blogger doesn't have a good looking, SEO friendly theme, readymade widgets and so on. So we need to change it.  How to change Theme Go to Theme section in the blogger dashboard. Then click the drop down arrow mark, and you will see an option to restore your theme. Click restore and select file, your file is uploaded soon.   #2.How to Hide widgets from home in blogger Some widgets will increase your home page loading speed, so we should hide from home. How to hide from home First of all choose a widge...

How to Enable cookies notification in Blogger website - step by step guide

Image
  Welcome back guys. So, in this post, I will guide you on how to Enable Cookies banner in Blogger website . What are cookies? It is a small piece of data stored on the user's computer, while browsing a website. Cookies are designed to be a reliable mechanism for websites to store safety information or to record the user's browsing activity.  Benefits of cookies It will improve your website loading capability. It will increase your AdSense earnings. cookies policy law The cookies policy law says, they who are have adsense and Google analytics account, should Have a Cookies banner and policy page in your website. How to enable cookies to Blogger W There are several ways to create cookies. today I will teach you easy way to create cookies in your website. Let's get started, STEP:#1 Go to the  Cookiesconstant.com . STEP:#2 Scroll down and choose your compliance preference. I will recommend to you Choose GDPR + eprivacy Directive . STEP:#3 Then next step enter your website na...

How to create Dark Mode in Blogger website - complete script code

Image
  Welcome back guys. So, in this post, I will guide you on how to create Dark Mode in Blogger website .  What the purpose of Dark Mode Dark mode is reduces the light emitted by device screens while maintaining the minimum colour contrast ratios required for readability. Both iPhones and Android handsets offer system-wide dark modes. Is Dark mode better for eyes? when we use dark mode less light enters our eyes, which results in the pupils being dilated. This leads to the formation of a blurring image and strain while reading. Which is better light or dark mode? Dark mode successfully cuts glare and reduces blue light, both of which help your eyes. However, dark mode isn't for everyone, and in some cases, it can actually cause more vision problems than solutions.  How to create Dark Mode in Blogger website Before we move forward you must install jQuery in your blog, some blog mey already installed it.  If can't find it paste following code just after <head>, ...

Html Codes for Jump link, Marquee Text, disable copy button, Animating headings, Floating Slide in Banner, Floating Youtube subscribe button for Blogger website

Image
  Welcome back guys. So, in this post, I will guide you on how to create the following things on the Blogger website.  Today we are going to see, Jump link Marquee Text  disable copy button Animating headings Floating Slide in Banner  Floating Youtube subscribe button #1. Jump link  Jump link is one kind of internal linking strategy . By using a jump link, users can skip unnecessary topics or they can jump to the final answers or any other steps as they want. The jump link strategy gave a better experience to the visitors. This will give easy navigation to the visitors. So let's see, How to create a jump link strategy in blogger? STEP:#1 Go to the blog post where you want to add it and switch to HTML mode. STEP:#2 Add span tag before on heading or paragraph(as you want). Like this <span id="step1"> </span> STEP:#3 Then copy the URL of that post and choose the text where you want to link it. Then click link icon and paste URL of that particular ...