How to Make a Blog Title Appears One Word
How to Make a Blog Title Appears One Word - This time KhalistaBlog will provide tips on How to Make a Blog Title Appears One Word. These tips work if you want to cut or hide a blog title that is too long and only one first word of the blog title that you want to appear.
For example, for example, the title of your blog is Blogger Tutorial 2018, so this trick will automatically cut the title of the blog into a Tutorial. Although a long blog title to look neat can be overcome by replacing the title with the logo, but it never hurts to try other ways as I will give the following.
First open Blogger > Themes > Click the Edit HTML > button and add the code below just before the head cover code like this <head> or </head><!--<head/>--> according to the theme version of the blog you are using.
Pay attention to the code marked, adjust it back to the ID or class in the HTML Header theme you are using. After that, click Save theme.
How, easy isn't it. So many tutorial tips that I can share about how to make a blog title appear one word. Hopefully with what I have shared, it can be useful and good luck.
For example, for example, the title of your blog is Blogger Tutorial 2018, so this trick will automatically cut the title of the blog into a Tutorial. Although a long blog title to look neat can be overcome by replacing the title with the logo, but it never hurts to try other ways as I will give the following.
How to Make a Blog Title Appears One Word
First open Blogger > Themes > Click the Edit HTML > button and add the code below just before the head cover code like this <head> or </head><!--<head/>--> according to the theme version of the blog you are using.
<script type='text/javascript'>
$(document).ready(function(){var e=$("body").find("#header .title a").eq(0).text().split(" ");$("body").find("#header .title a").eq(0).text(e[0])});
</script>
Pay attention to the code marked, adjust it back to the ID or class in the HTML Header theme you are using. After that, click Save theme.
How, easy isn't it. So many tutorial tips that I can share about how to make a blog title appear one word. Hopefully with what I have shared, it can be useful and good luck.
Post a Comment for "How to Make a Blog Title Appears One Word"
Provide comments relevant to the posted articles and provide critiques and suggestions for the progress of the blog