How to change page title text style

Wednesday, 28 July 2010

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 normal, bold, italic & etc.
● change them as how you want.

preview and then save ^^

Post a Comment