Last night I was trying out some of the new blogger fonts, but ran into a bit of a problem. Because the titles of the gadgets on my blog were in all caps, when I tried many of the new fonts, they didn't look right. My all-cap, un-centered titles have been bugging me for awhile, so I set out on a google search to see if I could figure out how to fix the problem. I'm excited to say that I found solutions and the good news is that they are simple fixes, hooray for simple!
How to Change a Gadget Title from all Caps to Sentence Form
This solution came from The Original Blogger Tips and Tricks. This is a VERY helpful blog. Read the complete directions here, and then if you need clarity, I put the directions into steps below.
1. In New Blogger, click on Design and then on Edit Html.
2. Save a copy of your blog template. (In case things don't go as planned.)
3. Hold down the Control key and then press down F. The find box will show up at the top of the screen.
4. In the find box type in: text-transform:lowercase; scroll down and find where it is highlighted in the html code.
5. When you find it, change the word lowercase to sentencecase. It will look like this: text-transform:sentencecase;
6. Click on PREVIEW to view the change. If the title now has upper and lower case letters and everything looks just how you want it, then close out of the preview and click on SAVE TEMPLATE.
*If this isn't working for you, you might want to check to make sure that when you typed the titles for your gadgets you didn't type them in all caps.
1. In New Blogger, click on Design and then on Template Designer.
2. Click on Advanced then scroll down to Add CSS.
3. Type in this code:
.sidebar .widget h2 {
text-align: center;
}
4. After you type it in, hit the space bar once so the changes can be pre-viewed below.
5. Look over the preview. If your gadget titles are centered, and everything looks right, then click on APPLY TO BLOG.
I'm pretty sure I'll be tweaking the fonts here and there and may even change the gadget titles back at some point, but now I at least have options.
I hope these tips will help you some as you try out the new fonts that are available. Have fun!
I do enjoy stopping in and reading your tips,fun tutorials,and different articles daily.
ReplyDeleteThank You, Teresa
Thanks for the updates!
ReplyDeleteThe changing of the titles to lowercase worked, but the centering does not work for me. :( any tips?
ReplyDeleteIn reply to Ty: Sorry it's not working. I wish I knew more about it but adding the code is all I know, good luck!
ReplyDeleteTHANK YOU thank you thank you. I loved this template I was using EXCEPT for the gadget titles being in caps... you saved the day!
ReplyDeleteThank you so much I used the code and my gadget titles are centered.
ReplyDeleteThat is wonderful! No more angry caps! As for the html, mine didn't say Lowercase, it said Uppercase so I went ahead and changed it to sentencecase anyway and it worked for all my widgets.
ReplyDeleteAs for the centering, it worked in the sidebar but how do I get it to work in the footer?
Copy and paste the html but the second time around replace "sidebar" with "footer" ? That's my guess and I'm not clued up on html.
Thanks for your knowledge!
To Rudelle: It's been so long since I was working on this, that I wouldn't even know what to tell you to try. (I'm also a novice at HTML.) Sorry I'm not much help, good luck! :)
ReplyDeleteThank you so much for this helpful post, I've been trying to figure out how to do this for days and yours was by far the easiest and most helpful so THANK YOU!!
ReplyDeleteYay!!! Thank you soooo much!!! Mine didn't say text transform anything, so I just added sentencecase after it and it worked!!! THANK YOU!!!!
ReplyDeleteOh, bless you!
ReplyDeleteI just updated my template after a few years, and couldn't get the old way to work, to center an entire sidebar. I modified your code to do this, to center the entire column:
.sidebar {
text-align: center;
}
Thanks so very much!
I just changed my titles to sentence case. Thank you once again, this was very helpful
ReplyDeleteWell, you may think "Once it's out there, it's gone"... well, not this time! Just found your post two years after you posted it and suffice it to say: you saved my lovely family from a weekend of hideous crankiness! Thank you, thank you! My gadgets all now have nicely centered titles and I can FINALLY go to bed. Merci!!!!
ReplyDeletegigi
gigiscraftyplace.com
Great Post! Thanks for sharing
ReplyDelete