At the to of each blog is the header navbar, this can now be changed or removed if you're a Pro user by putting some code into your CSS section in your blog design.
To make it vanish altogether simply put:
#topnavbar {display:none}
But to be honest, the navbar is helpful so you might prefer to just... change it a little.
Here's the first of a few little codes to help make it look a bit prettier.
Changing the text colour:
To change the text colour insert this line:
#topnavbar a:link, #topnavbar a:visited {
color:#b10910;
}
Simply change the hex value #b10910 into the value for the colour of your choice... to pick one you like you can go HERE.
This, however, ONLY changes the text colour, not the Next Blog arrows or the dividers... that will come later
soyunperdedor
Pro
Does everyone see the changes or does it only appear to you?
Nifteh.
May play.