Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

How To Change And Hower The Colour Of Post Title In Blogger

change and hover the blog post title color

How To Change And Hower The Colour Of Post Title In 

Blogger




Hello all out there,

We learned previously about changing the fonts of Post title and later about customization about Blogger Template and Layout. One of our newbie Blogger friends asked me about changing the Post Title Color.

He said that he followed our post in which we have shown the process about customizing the template, but unable to find the option for solving his query.

Well, the answer is new Blogger Template Designer has no option for changing the color of Blog posts title, it is required to be added some CSS Codes in the template to make it possible.

Finally he got his query solved but what about others who have the same question!! Thence, we have decided to publish the method here for rectifying it within five minutes.

So dear friends, do you want to get it for Your Blog posts title too? Come let's find the output of this tutorial first.

Output of this Tutorial

  • Link colorYou can change the post title color if it is in the link form.
  • Hover ColorYou can bring hover effect with this, whenever people will move the mouse to the blog post title it will get changed.
  • Post Color; if your blog post title is not in link form, it can be used instead.

========================================================================
"This tutorial is recommended for those bloggers who have been using the Blogger default template for their blog. If they are using the third Party Template they may find the difficulty as they have predefined definitions for color codes".
=========================================================================
So, here we go..

Tutorial:

First take a backup of your blog template

1. Go to Blogger Dashboard > Template > Edit HTML

2. Find the "Variable definitions" by pressing CTRL+F

3. Copy the following code and paste just below it, as shown in the picture
<Group description="Post Title Color" selector="h3.post-title">
<Variable name="post.title.link.color" description="Link Color" type="color" default="#ff0000" value="#ff0000"/>
<Variable name="post.title.hover.color" description="Link Hover Color" type="color" default="#0000ff" value="#00ffff"/>
<Variable name="post.title.color" description="Color on Post Page" type="color" default="#ff00ff" value="#ff00ff"/>
</Group>
How To Change And Hower The Colour Of Post Title In Blogger

4. Search for ]]></b:skin>

5. Copy below code and paste just above it as directed in the picture
h3.post-title { color:$(post.title.color); }
h3.post-title a, h3.post-title a:visited { color:$(post.title.link.color); }
h3.post-title a:hover { color:$(post.title.hover.color); }

6. Click on Save Template 

7. Go to Blogger dashboard > Template > Customize

How To Change And Hower The Colour Of Post Title In Blogger

8. Click on Advanced > Post Title Colour

How To Change And Hower The Colour Of Post Title In Blogger

9. Now, pick any color for the post title and hover effect from the given options

Note: you can see the demo just below the “Blogger Template Designer” where your blog appears for changing effects. But to see the hover result, it will require to be saved. 

10. After making changes, click on “Apply to Blog” button in top right corner

Now, guess what will be the next step!! Oh come on, it's time to “View Blog” :)

so, did you do that! Yeah…. celebration for successfully done :)

More to Say 

Blog post title color should differ from Blog Template color, it will help in getting more visibility on your blog posts. If you're finding this tutorial useful, please comment below even in negative cases. However, we publish all posts after getting positive experiences, but you can ask for assistance in any difficulty. We are always ready to try our level best. We would really appreciate your feedback buddies. 

Thanks and have a great day ahead!
continue reading How To Change And Hower The Colour Of Post Title In Blogger

How To Customize Post Title In Blogger

How To Customize Post Title In Blogger

How To Customize Post Title In Blogger

The default blogger post titles floats in left and doesn't look attractive. Also in simple template of blogger, you can not even change the color of your post title. Today I'll tell you how you can easilycustomize blogger post titles to make them look way more beautiful. First I'll tell you  how you can easily "change the color of post title in simple template of blogger" and and after that I'll tell you how you can change these titles in different ways and create stitched effect around them by adding  simple css code to your template.

How toChange Post-Title Color in Simple Blogger Template


For changing the color of post title in simple template, just follow the given steps:


1.) Go to Blogger dashboard and choose Template option


2.) Click on Customize button and choose  Advanced option from the list.


3.) Now select Add Css option (last option in the list) and paste the code given below:



.post-title{
color: black !important;
}
.post-title a{
color: black !important;
}


Here, I changed the post title color to black. To change it to any other color replace black with desired color code. See color codes here


It was just about changing color of the post-title in simple template of blogger. But you can customize it in numerous number of ways by aligning center, changing font, background and  image of post-title. Here I have created a few customization for post-titles. You can add any of these to your blog easily no matter which template you've applied on your blog. These designer titles have been created with pure css and won't affect the loading time of your blog.



How to Customize Post Title on Blogger


To customize the post title as one of the given images in any template of blogger(including simple template), just follow the given steps:


1.) Go to Blogger dashboard and choose Template option


2.) Click on Customize button and choose  Advanced option from the list.


3.) Now select Add Css option (last option in the list) and paste one of the codes given below:




Preview
how-to-customize-post-title-in-blogger
Code
.post-title{
background : #7fff00;
border:2px dashed white;

box-shadow:1px 1px 1px 4px #7fff00;
padding:10px;
border-radius:5px;
color:white !important;
text-align:center;
}
.post-title a{
color:white !important;
}



Preview
customize-post-title-on-blogger
Code


.post-title{
background:#ffc0cb;
color:white !important;
border:2px dashed white;
border-left:0px;
box-shadow:1px 1px 1px 4px #ffc0cb;
padding:10px;
border-top-right-radius:10px;
border-bottom-right-radius:200px;
text-align:center;
}
.post-title a{
color:white !important;
}



Preview

change-post-title-color-in-simple-blogger-template
Code
.post-title{
background-color:#00b2b2;
color:white !important;
border:2px dashed white;
border-left:0px;
box-shadow:1px 1px 1px 4px #00b2b2;
padding:10px;
border-top-right-radius:50px;
text-align:center;
}
.post-title a{
color:white !important;
}


Preview

change-post-title-image-blogger
Code
.post-title{
background : #00ccff;
border:2px dashed white;
background-position: 0 0, 15px 15px;
box-shadow:1px 1px 1px 4px #00ccff;
padding:10px;
border-top-right-radius:50px;
border-bottom-left-radius:50px;
color:white !important;
text-align:center;
}
.post-title a{
color:white !important;
}



Preview

post-title-blogger
Code
.post-title{
background : #ff9999;
border:2px dashed white;
border-left:0px;
background-position: 0 0, 15px 15px;
box-shadow:1px 1px 1px 4px #ff9999;
padding:10px;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
color:white !important;
text-align:center;
}
.post-title a{
color:white !important;
}

continue reading How To Customize Post Title In Blogger

Best Third Party Commenting Systems For Blogger Blogs

The default commenting system of Blogger Blogs are quite simple. They only ask visitors for their name, phone number, email address and sometimes website URL. When Blogger was found, that is all the information really needed at that time.


At present Blogger Blogs does not have a very user friendly commenting system and normally people will hesitate to comment on your post if you are using default blogger commenting system. So in this post I will be listing some alternatives for the default Blogger Commenting System.

Best Third Party Commenting Systems For Blogger Blogs


Third Party Commenting System:

Comments are most important part of blogging (according to me). If you want to get more comments on your blog posts then you will have to opt-out for a third party commenting system instead of using the default system. There are many third party commenting system available for blogger blogs like Facebook Commenting System, Intense Debate, and Disqus etc.


Third Party Commenting System - Why You should Use It?

According to me if you are blogging on BlogSpot platform then you should shift your commenting system to a Third Party commenting system as soon as possible or else you will lose your valuable comments and traffic.

  • More Comments Increases Blog Traffic-This is the new SEO Strategy: Yes you read it right. This strategy works perfectly. More numenrs comments your blog post have, more will be its value in search engine rankings. It looks like after Penguin and Panda Updates Google is giving more priority to words. Nowadays the articles which has more words are ranked higher on Google than the articles which has fewer words.
  • So Should You Write Articles With More Words? - For this question, my answer will be No. If you write a long article then your reader will get annoyed and he will lose his interest in your article. So the idea which will help you to get higher rankings is to write an article with decent number of words i.e. 500-700 words and then get more comments on your article. Comments are also considered as your article’s words, so the more the comments are the more will be your blog post ranking in search engines.

    Best Third Party Commenting Systems for your Blogger Blog:

    You should choose the third party commenting system according to your blog niche. In this post I have mentioned some commenting systems which are best according to me. Take a look and then decide yourself which you should choose.


    When it comes to Third Party Commenting System for Blogger’s Blogs then the best commenting system is Disqus. You can also remove this system anytime from your blog and the good thing is this that you will not lose any of your previous comments made with it. This is because of its great feature. In it Disqus syncs your comments with the default commenting system of the blogger. Not only this but when you add Disqus to your blog then the comments made before adding will also be synced, so that you won’t lose anything.


    When you use Disqus commenting system make sure that you sync Disqus comments with blogger or else you will be losing all the SEO juice.

    Best Commenting System For Blogger – Third Party



    Google plus Commenting system is an alternative to the default commenting system of Blogger Blogs, this system is available to blog authors who have upgraded their Blogger profile to Google+. Google Plus recently introduced its commenting system for Blogger blogs. This feature is great. Google Plus commenting system is a SEO friendly commenting system and it also adds social engagement to your blog posts.

    Best Commenting System For Blogger – Third Party



    Facebook Commenting System:
    Facebook commenting system is also a great commenting system for Blogger blogs. If you have huge Facebook fans, then I will recommend you to use this system for better results. This system will double your traffic. This is because when a visitor will comment on your blog post using this system then a notification will be sent to all of his friends that he have commented on a blog post with your post URL, so it will increase traffic. I will recommend to use this system only when you have more than 5000 Facebook Fans. If you have less fans then this system will not be profitable to you.

    Best Commenting System For Blogger – Third Party



    Livefyre is the most favorite commenting system of many bloggers. This blogging system is also used by some most famous site like Mashable and Endgadget. This commenting system is a real time commenting system which is Search Engine Optimized and can also be used through mobile devices. Visitor can login with various social media site and he will be notified via email for more comments.

    A user can also post multimedia files into comments like Photo, Videos, and Audios. User can also bring his friend into the conversation by inviting him via twitter.


    Best Commenting System For Blogger – Third Party


    A new commenting system that features a Twitter-like follow and follower system on the blog. A user can share his thoughts by selecting one of the available emoticon icons. I like this thing very much in this commenting system because no other commenting system offers this type of comments. 

    Best Commenting System For Blogger – Third Party



    Intense debate is a commenting system which is developed by Automatic Team and by using this a user can comment through Open ID Google+, Twitter, Facebook and more. This system also supports threaded comments, replying via email and email notifications.


    The strange thing that I have noticed is that other Automatic Projects do not use Intense Debate Commenting System. You can look at the blogs of WordPress, Akismet and VaultPress, you will find that the default commenting system being used in all instead of Intense Debate system.

    Best Commenting System For Blogger – Third Party

    One Should Use Third Party Commenting System or Not?

    Earlier comments made using Disqus and Facebook, didn't get indexed in Google Search, which was a big drawback of Blogger SEO. But when Google introduced third party commenting system for Blogger Blogs, Disqus and Facebook system got viral and Google also started to index them. I will strongly recommend to use Facebook and Disqus commenting system to get more comments and to improve your website rankings as well.
    continue reading Best Third Party Commenting Systems For Blogger Blogs

    10 Mistakes You're Probably Making On Social Media

    Social media can be one of the most effective tools you use to market your website, or it can be a complete waste of your time. I am surprised at how many people I work with that tell me they tried SEO, and it did not work for them. They think that just because it did not work when they tried it, that it is the problem of social media.

    10 Mistakes You're Probably Making On Social Media

    There are so many mistakes I see made that stop them from becoming successful on social media. I am going to focus on the top 10 that I feel I help people with the most, so you also can see more success on social media.

    Mistake 1 - Not interacting with your followers/friends

    This is probably one of the most common mistakes that I see. I will visit a profile and see a number of customers, or potential customers, that have left a comment or question that was never responded to.


    10 Mistakes You Are Probably Making On Social Media
    Or even worse, someone leaving negative feedback that is not resolved. One of the easiest ways to kill your reputation is to have negative feedback. While all of the best brands in the world will have some kind of negative feedback, it is VERY important to respond to those comments. If you can turn an upset visitor into a happy one, there is no better testimonial.


    Many times, people forget that social media is just what it says, SOCIAL! You need to socialize and interact with your friends and followers. They want to connect with you personally, and it is your job to make them feel that connection.


    Mistake 2 - Too much selling, not enough helping

    Just as I previously mentioned, your friends and followers want to personally connect with you. One of the quickest ways to make you feel not personal is to be selling too much.

    I am not saying you can never sell something to your friends and followers, but that is not why they followed you.

    Your job is to connect with them on a personal level. You need to be posting things that help them. All too often, I see a social media profile filled with posts saying “Click here to get the best deal in the world!”

    The truth is, no one is going to pay attention to those if they do not trust you and feel connected. Most your posts should be posts that help your friends and followers, that do not benefit you in any way. I know your product will probably benefit them, but they will not see it that way if there is a price tag tied to it.

    One of my favorite things to do is to follow those people I work with and every once in a while I will help them if they have a questions or just check in to see how things are doing. I have people that are constantly sending me messages with their latest accomplishments. Not only does this make me feel good because they are succeeding from my help, but it also shows that they are connected with me. I guarantee that if I were to send a sales message to those people, they will be much more inclined to look at what I am selling.

    Mistake Three - You follow people to get a follow back

    Your social media profile is not about the number of friends or followers you have, it is about the amount of quality active followers you have.

    You can have 10,000 followers on Facebook, but if no one sees your posts or cares about you, they are irrelevant. You need high-quality active followers, and following hundreds of people is the easiest way to get a few people that really do not care about you.

    There are two problems I see with this method that so many people use. The first is just what we talked about, that most those followers are not going to be quality followers. The second problem is that it is not hard to see who does this. If someone randomly adds me on Twitter, and I see that they follow five times as many people that follow them, I know exactly how they got these followers.

    You need to be focusing on quality connections. This is just going to be a waste of time and could get you banned on many social media platforms.

    Mistake Four - Not scheduling your posts


    If you are not careful, social media can take up all your time. No one has the time to spend all day on social media to be posting to their followers. The problem is, you need to be able to send updates throughout the day.
    10 Mistakes You Are Probably Making On Social Media
    That's where post scheduling tools come in. You can sit down and create all your post for a few days and schedule them to go out at different times through the week. Then you sit back, and let your social media work.


    Not only will this free up your time as you are not sending updates all day, but it will help you do all your social media posts in a single sitting and be much more effective with your time.

    As you are building your business, time is the most valuable asset. The more time you have, the more successful you can be.

    The two tools that I suggest for scheduling your posts are Buffer or Hootsuite. Each of them have different advantages. Buffer is better at scheduling posts, while Hootsuite makes monitoring all your social media profiles in one place, simple. I use both but spend most my time on Hootsuite to interact with people.

    Mistake Five - Posting at the wrong times

    One of the biggest mistakes you can make is to post at the wrong times. You could have the most amazing posts, but if no one sees them, it will not matter how great they are.

    You need to be selective about the times you are posting. Each social media platform has different types of people and different peak times.

    Mistake Six - Paying for followers

    This one is similar to following to get followers, but please do not pay for followers. There are places out there that you can follow someone for points, and then you can give those points to someone else to follow you.

    The downside to this is obvious. Not only are those going to be very low quality followers, but most of those are not even real accounts by real people. You are just wasting all your time and money by doing this.



    When I am trying to find influencers in my industry (People I want to work with to help grow my business), I search their social media authority. If you have thousands of bad accounts following you, your social media authority is going to be VERY small and those that use it will not consider you an influencer or want to work with you.

    10 Mistakes You Are Probably Making On Social Media

    Now, not to sound like a hypocrite but I believe there is one time when this would be OK. When you are starting off on social media you are not going to have any follower or friends. I do suggest using a tool like this to grow your first 100 followers so you do not look like you are insignificant.

    Yes it is true those followers are not going to turn into anything, but I know when someone wants to work with me and only has 3 followers, I am much more likely to decline. They are not able to help you if they do not have an audience for you to work with.

    100 seems to be a good number as it will look much better, and 100 bad followers is not going to hurt you. As you grow your authority, you are going to start to get spam followers regardless. The number is small enough that it will help you with visual authority, much more then it will hurt you in page authority.

    Mistake Seven - You're boring

    Have you ever gone to a movie and left halfway through just because the movie was so bad? It did most of the right things. It made the movie, marketed it, sold you a ticket… but it was not even worth the $8 you spent to finish the movie.

    10 Mistakes You Are Probably Making On Social Media
    This is what many people do. They will do the marketing and get a good quality following, and then they do not post anything that keeps the readers attention.

    Just like you in the movie, your readers are sure to leave early and unfollow you.

    You need to have some personality in your posts. Give them information that will help them and applies to them. If you have people following you that like motorcycles, don't ask them for parenting tips when your baby is crying. There might be one person out there that can help you, but most will hate the post.

    One great way to not be boring is to motivate people or make them laugh. If you look at viral videos, most of them are videos that educate masses, newsbreaks, or something that makes you laugh.

    Now, I can’t tell you how to be funny, but I can tell you how not to be boring.


    Mistake Eight - Not completing your profile page

    We are pre-programmed to see spam accounts. One of the easiest ways to detect a spam account is they do not take the time to complete the profile. Having an incomplete profile is one of the easiest ways to show that you are not important.

    While the whole profile is important, the worse thing you can do is not even have a profile picture. A profile picture shows who you are and makes the visitor feel like they know who they are talking to. Having the default gravatar is sure to stop people from following you in the first place.

    Mistake Nine - Using too many hashtags

    Hashtags are a tool that let you set a category for your posts. You can type a # and then a word and if you click that hashtag it will show you anyone that has used that hashtag.

    10 Mistakes You Are Probably Making On Social Media
    Hashtags are a great tool, but there are two main problems that I see when people are using them. First, they use too many of them, or second, they use them incorrectly.

    When using hashtags, you want to make sure you do not post so many of them that your post looks like it is all hashtags. I generally recommend using one or two hashtags per post.

    You want to make sure your hashtags are not too long. You do not want a hashtag that is really long. For two reason, it makes your post look more like spam, but most importantly, you want to use hashtags that everyone else is using.

    If no one else in the world has used that hashtag then no one is going to be clicking on it to see your post. Make sure you keep it short, and use hashtags that you believe to be common.


    Mistake Ten - Talking negatively about others

    This is one of the quickest ways to lose credibility. When you talk bad about others, you put out a negative vibe to your followers. Many of those followers are people that you might work with in the future. If you post a lot of negativity, it will be hard to connect with people. Post positive, happy, uplifting posts.


    We all have negative things happen to us, but we need to keep those off social media.

    Just recently, I wrote a post about why I did not like a service. I had good reason why and thought that people should know about the service before they get into it. My intention was not to write bad about it, but to show a site that might not be the best for everyone.

    10 Mistakes You Are Probably Making On Social MediaNot too long after I posted it, I was talking to some people in my industry that I was going to guest post for. One of them wrote back and told me that the post was a bad post and it was the main reason he did not want to work with me.

    Apparently, he loved the service and was offended when I mentioned something I did not like about it. Even though I was not intending to talk negatively, that is how it was taken, and I lost out on that opportunity to gain new fans.

    I went back and wrote it again, and instead of talking about what I do not like about that service, I talked about what I liked of the service that I would recommend and removed the negative parts. Not only have I not had issues, but the amount of shares from it was much higher as well.

    continue reading 10 Mistakes You're Probably Making On Social Media