Saturday 31 July 2010

How to change page title text style

example :-
from this,
to this. 
first go to
dashboard -> design -> edit html
find this code (ctrl+f) :-
then, copy and paste this code before the code above
.PageList li a {
 font-family:Comic Sans MS;
 font-size:100%;
 font-weight:normal;
 } 
font-family:Comic Sans MS is the style of the font you want.
font-size:100%; is the font size
font-weight:normal; is the font weight, you can have normalbolditalic & etc.
● change them as how you want.

preview and then save ^^

No comments: