I was also wondering about the logo/title where it says your blog name.. is there any way to make the font smaller? I have a longer username so it kinda cuts it off. Thanks! (:
You can add a css style:
h1 {
font-size: 10px;
}
in the custom CSS section and it will change it.
-
energydrinkaddiction liked this
-
deshiknaves posted this
