okay so when all is said and done,
the code to change your links on your profile, does NOT change the links on the top bar,
so here's some quick code for you to change your link colors.
Remember, whatever you don't wanna change you can leave blank, or take it out.
(bonus you can change your top back color and background image with this code too!)
- nav .top {
- background-image: url('');
- background-color: ;
- background-position: ;
- background-size: ;
- background-repeat: ;
- background-attachment: ;
- border: ;
- }
- nav .links {
- background-image: ;
- background-color: ;
- color: ;
- }
- nav .links a {
- text-decoration: none;
- color: ;
- font-size: ;
- }
- nav .links a:hover {
- text-decoration: underline;
- color: ;
- }
Remember, whatever you don't wanna change you can leave blank, or take it out.
Comments
Displaying 0 of 0 comments ( View all | Add Comment )