A Bit of Code (change your header of your page.)

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.

  (bonus you can change your top back color and background image with this code too!)

  1.     nav .top {
  2.         background-image: url('');
  3.         background-color: ;
  4.         background-position: ;
  5.         background-size: ;
  6.         background-repeat: ;
  7.         background-attachment: ;
  8.         border: ;
  9.     }
  10.     nav .links {
  11.         background-image: ;
  12. background-color: ;
  13.         color: ;
  14.     }
  15.     nav .links a {
  16.     text-decoration: none;
  17.     color: ;
  18.     font-size: ;
  19.     }
  20.     nav .links a:hover {
  21.     text-decoration: underline;
  22.     color: ;
  23.     }

Remember, whatever you don't wanna change you can leave blank, or take it out.


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )