/* Google Analytics */ /* Google Analytics end */ CRUNCHY: Removing fixed lowercase from the Titles on the sidebar based on No.897 template

Removing fixed lowercase from the Titles on the sidebar based on No.897 template

One of the obvious things that I wanted to change on this blogger template is the lowercase for the titles on the sidebar. If you've noticed, even if you typed any capital letters for the title from the 'page element', the titles will still show all letters in lowercase. That's because it's predefined in the CSS code. Now all we do is to change a line of the CSS code and we're done.

From your blogger dashboard, goto Layout>Template>Edit HTML . Now look for the code :-

.sidebar h2 {
margin:1em 0 .25em;
line-height: 1.4em;
font: $sidebarHeaderFont;
color: $sidebarHeaderColor;
text-transform:lowercase;
}
Delete the code in yellow, and save your template. Simple isn't it?


No comments:

Post a Comment