Showing posts with label killer. Show all posts
Showing posts with label killer. Show all posts

Monday, January 30, 2017

Add 4 killer effects to blogger posts



Add 4 killer effects to blogger posts


Add 4 killer effects to blogger posts

Default design of the blogger posts is very boring but it can be easily customized by adding little CSS in the template code. This article is about adding stylish and very attractive effects to the blogger posts. Today we will discuss about 4 different effects, which are shadow effect, leaf effect, neon effect and rounded corners effect. All these effects are created in CSS only so they do not reduce your blog’s loading speed. You can add these beautiful effects to your blogger posts in few minutes by following this easy guide.

Add shadow effect around blogger posts

Add shadow effect to blogger posts
This effect adds beautiful shadow around your blogger posts.
Code
.post
{
box-shadow:1px 1px 4px #dcdcdc;
-moz-box-shadow:1px 1px 4px #dcdcdc;
-webkit-box-shadow:1px 1px 4px #dcdcdc;
-goog-ms-box-shadow:1px 1px 4px #dcdcdc;
}

 


Leaf effect for blogger posts


Add leaf effect to blogger posts

Add attractive leaf effect to your blogger post
Code
.post
{
border:1px solid #dcdcdc;
border-top-right-radius:50px;
-moz-border-radius-topright:50px;
-webkit-border-top-right-radius:50px;
border-bottom-left-radius:50px;
-moz-border-radius-bottomleft:50px;
-webkit-border-bottom-left-radius:50px;
padding-top:10px;
padding-bottom:10px;
padding-right:10px;
padding-left:15px;
}

 


Add rounded corner effect to blogger posts


Rounded corner effect for blogger posts

It convert normal corners of the blogger posts into stylish rounded corners

Code
.post
{
border:1px solid #dcdcdc;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}

Add multicolor Neon effect to blogger posts


Add neon to blogger posts

This effect adds multicolor neon around blogger posts according to your choice. You can change color of this neon according to your own choice.

Code
.post
{
box-shadow:1px 1px 4px #7fbf4d;
-moz-box-shadow:1px 1px 4px #7fbf4d;
-webkit-box-shadow:1px 1px 4px #7fbf4d;
-goog-ms-box-shadow:1px 1px 4px #7fbf4d;
}

Change neon color – In the above code replace red colored code with your own choice of color.

 


How to add these effects to blogger posts ?


Step 1: Open to your blogger dashboard and Select Template option.

Step 2: Click Edit HTML option.

Step 3: In the template code find ]]></b:skin> .

Step 4: Just above it paste the code of required effect. You can select code of your choice from any of the above given 5 effects.

Step 5: Save the template and after open your blog to see the new effect in action.


Available link for download




Read more »

Wednesday, November 23, 2016

3 Killer Tips to Increase Your Web Traffic



3 Killer Tips to Increase Your Web Traffic


3 Killer Tips to Increase Your Web Traffic


It is the desire of every webmaster and blogger to drive large number of traffic to his website or blog. To do this he or she applies number of methods, formulas and tactics that help them to achieve their goal. Some of them succeeded and some fails by using the same tactics. Why this happens that using the same techniques some people gain and some people loss. I have stated some of the important points that may help you while driving traffic towards your blog.

1:- Participation

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This is the first and foremost thing that you need to do when you wish to gain maximum traffic to your website. If you want people talk about you and your blog, if you want they participate actively on your blog, if you want they share things about you in their videos, and if you want people refer others towards your blog, so you will have to participate first. Your participation on different forums enhances your worth online and makes you a prominent person in the online world. When you solve the issue of the members on different forums on the different topics, they start recognizing you and whenever they find your site, they consider you as expert and love to read, share and refer your blog with others.

2:- Social Media

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Enhance your activities on social media sites like Face book, Twitter, LinkedIn, Google Plus etc. to promote yourself and your blog as well. Share some attractive, productive things on these social media sites that suit the interest of your fellowmen. Remember that just sharing the things is not enough; you will have to take active part in all the discussion your shared content. Social media is more powerful tool in the Google now; therefore you need to use it accordingly. Google respect those websites where traffic come from social media sites as they are considered as natural and satisfied traffic towards your blog. Google also gives weight age to this source of traffic while issuing the authorities to the websites.

3:- Blog

-=-=-=-=-=-=-=-=-=-
It is seen commonly that people keep their blog in the sub domain or create a different root for their blog and host there. It is one of the biggest mistakes that people are doing these days. Google love those websites that keep and create their blog on the same page. It is also important that blog help website to enhance its authority in the Google. When you host it on different path, it will not do anything for the promotion of your website, so don’t do this mistake. The website with simple navigation with all links on the same page is considered as ideal for user as well as for search engine. Update your blog regularly with useful information for your users instead of search engine.
Search engine will it automatically, if user like it. So focus your readers instead of search engine while providing information at our web blog. Please keep frequent visit to know more about this topic. Hope the post was useful for you.

Available link for download




Read more »