from this,
to this.
first go todashboard -> 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 is the style of the font you want.
font-family:Comic Sans MS;
font-size:100%;
font-weight:normal;
}
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