I recently received a request to do a Blogger Tutorial on how to change the Blogger profile photo from straight edges to round edges. It is actually very very simple. It is basically a one step process. First of all let me show you what I mean by rounded edges.
[caption id="attachment_197" align="aligncenter" width="344" caption="before"][/caption]
[caption id="attachment_198" align="aligncenter" width="342" caption="After"][/caption]
So how did I do it?
Log into Blogger and navigate to Template > Customise > Advanced > Add CSS.
Copy the following code and paste into the box titled add css. If you want the edges even more rounded just increase the values that are currently set to 20px.
.profile-img {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-width: 0;
box-shadow: 0 0 0 transparent;
padding: none !important; border: none !important; background: none !important; -moz-box-shadow: 0px 0px 0px transparent !important; -webkit-box-shadow: 0px 0px 0px transparent !important; box-shadow: 0px 0px 0px transparent !important;
}
Press 'apply to blog'
Ta da! You now have curved edges. As usual if you have any problems with this Blogger Tutorial leave me a comment and I'll do my best to help.
8 Jan 2012
Blogger Tutorial - How to Add Rounded Edges to Your Profile Photo
Related Posts:
How to Add Your Latest Instagram Photos to Your Blogger SidebarI love Instagram! I've only just started using it but i'm hooked on it (my username is fayemarieblogs in case you were wondering). Wordpress has dozens of plugins for adding your latest photos to your sidebar but the same can… Read More
Blogger Tutorial - Add a Pin It Button to PostsYou'd have to be living under a rock recently to not have heard about Pinterest. It really is the hottest new Social Media outlet out there. It is a great resource for bloggers too as things can go viral quite easily which in… Read More
Add a Facebook Like Button to Your BlogSo many blogs have Facebook pages these days as many bloggers have realised the effect such a page can have on your traffic. Now I am not the biggest fan of Facebook as I much prefer the functionality and feel of Google+. But… Read More
Create a Google+ Fan PageIndividual Google+ pages have been around for a while now but brand pages are a recent development. Creating a fan page is super easy and operates in much the same way as a Facebook fan page. So now I'm going to show you how … Read More
Add Related Posts Widget to Bottom of Posts - Blogger It is well known that adding a related posts widget to the bottom of your posts increases pageviews and lowers your bounce rate. Link Within is great for this as it adds a thumbnail and is super easy to add to your blog… Read More
0 comments:
Post a Comment