How To Make All Text On Your Blog Lowercase, Capitalized Or Uppercase

|

A blog i was working on had a minimalist design and the author wanted all the text to be lowercase.This is something you see on some blogs and websites and i quiet like it, it has the 'less is more' thing going on.Now having the posts text, titles and other stuff you add yourself lower case is easy, you just write it in lower case :D.But what about things like labels, text in recent posts and other gadgets and all other automatically generated text.These by default capitalize the text, the first letter is a capital.Other instances on this blog were the newer, older and home links, and meta under the posts.You have no control over how these are formatted, but you can change that.

In this post i will show you how you can set every single piece of text on your blog to be lowercase.For that matter you can also set it to be capitalized, as we said above the first letter will be a capital and (DONT DO IT !) you can even have everything using all caps.

To do this you simply add a snippet to the body code, this should work on any blog here is how we do it on Blogger.


Make All Text Lowercase, Capitalized Or Uppercase


Step 1. In your Blogger Dashboard Click Design > Edit Html.

Design Edit Html Blogger

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code - More Info)

body {

This will be followed by code like this :

body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
}

We simply add our request like this :

body {
text-transform: lowercase !important;
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
padding: 0 $(content.shadow.spread) $(content.shadow.spread) $(content.shadow.spread);
$(body.background.override)
}

You can change lowercase to capitalize or (Don't, we all hate caps) uppercase.

Simple, even though it had me thinking at the time.

Drop Your Comments And Questions Below.

- Reviewer: Rangga Okem - ItemReviewed: How To Make All Text On Your Blog Lowercase, Capitalized Or Uppercase
IDBLOGPORTAL Tulisan ini dibuat Oleh Rangga Okem on 12:45 AM. Dengan Category . Sobat dapat mengikuti Update artikel terbaru dari kami melalui RSS 2.0. Jangan ragu untuk meninggalkan Komentarnya

Kirim Komentar Anda:
Pembaca dapat mengirimkan komentar terkait artikel yang ditayangkan. Isi komentar bukan merupakan pandangan, pendapat ataupun kebijakan kami dan sepenuhnya menjadi tanggung jawab pengirim.

Pembaca dapat melaporkan komentar jika dianggap tidak etis, kasar, berisi fitnah, atau berbau SARA. Kami akan menimbang setiap laporan yang masuk dan dapat memutuskan untuk tetap menayangkan atau menghapus komentar tersebut.

0 comments for "How To Make All Text On Your Blog Lowercase, Capitalized Or Uppercase"

Leave a reply

See More: Index Berita Info Kita Surat Pembaca Berita Duka Seremonia DKK Matahati Tanah Air
IDB Widget IDB Apps Kabar Seputar RSS Feed Site Map