Ocultar
Código:
<style type="text/css"> #profile-nav { display:none;} </style>
Centrar
Código:
<style type="text/css"> #profile-nav { text-align: center;} </style>
Alinhar à esquerda
Código:
<style type="text/css"> #profile-nav { text-align: left;} </style>
Alinhar à direita
Código:
<style type="text/css"> #profile-nav { text-align: right;} </style>
Mudar cor do texto
Código:
<style type="text/css"> #profile-nav a { color:CODIGO_DA_COR;} </style>
Mudar cor do fundo
Código:
<style type="text/css"> #profile-nav{ background:CODIGO_DA_COR;} </style>
Colocar fundo transparente
Código:
<style type="text/css"> #profile-nav {background: transparent;} </style>