Login

Login

Need to register? Lost password?

Options

Advertisements

Advertisements

 

A little help... hehe ^^;

Userpage Customization Showcase

Minitokyo » Minitokyo Fora » Userpage Customization Showcase  A little help... hehe ^^;

page 1 of 1

I just finished making all of the pieces for a new userpage layout, but I need help with 2 things before I put it up. Firstly, how do I change the navigation bar font color and link color? My new layout is a dark purple, so it wouldn't really match the default one. Also, how do I get rid of that gray bar thing (or at least change the color) that is right above the graphic in which your username is displayed on the left and right nav-boxes? I'm pretty sure coding is involved, but I don't know the codes. o.o

Any and all help will be appreciated. :B

To get rid of the grey line:

#leftMenu h1, #rightMenu h1 {border-top: none;
}

the nav bar above is:

#menu a {

height: 2em;
color: (text color);
text-decoration: italic;
border-bottom: none;
}

Color of text when mouse hover over the text:
#menu a:hover {
color: #(text color);
background: (Background color when hovered);

}

Thank you very much! ^^

page 1 of 1

Only members can post replies, please register.