Widget do fórum, como mudar o background
3 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Widget do fórum, como mudar o background
- Descrição:
Então, como podem ver ai no meu fórum, o widget está com um fundo cinza.. queria saber como eu poderia deixa-lo transparente. E tbm queria saber como tirar aquela borda
- Informações:
Fórum: | http://pixiesavatars.forumeiros.com/ | Versão: | PHPBB3 |
Tipo: | Pedido de código | Tags: | Widget,fórum,,mudar,background |
Última edição por Lovatic em 20.06.14 18:42, editado 1 vez(es)
Re: Widget do fórum, como mudar o background
Olá adicione isso em sua folha de estilo CSS:
Até.
- Código:
#left {
border-right: none!important;
}
.module {
background-color: transparent!important;
}
Até.
Re: Widget do fórum, como mudar o background
va no seu css e troque
e para tirar as bordas troque
- Código:
.module {
background-color: #c2c2c2;
color: #797a79;
margin-bottom: 4px;
overflow: hidden;
padding: 0 10px;
}
- Código:
.module {
background-color: transparent!important;
color: #797a79;
margin-bottom: 4px;
overflow: hidden;
padding: 0 10px;
}
e para tirar as bordas troque
- Código:
#content-container div#left {
background: transparent!important;
background-color: transparent;
background-position: center bottom;
background-repeat: no-repeat;
border-right: 8px solid #696969;
font-size: 11px;
margin-left: -26%!important;
margin-right: 50px;
margin-top: -460px!important;
width: 230px;
}
- Código:
#content-container div#left {
background: transparent!important;
background-color: transparent;
background-position: center bottom;
background-repeat: no-repeat;
border: none;
font-size: 11px;
margin-left: -26%!important;
margin-right: 50px;
margin-top: -460px!important;
width: 230px;
}
Re: Widget do fórum, como mudar o background
troque:
- Código:
#content-container div#left {
background: transparent!important;
background-color: transparent;
background-position: center bottom;
background-repeat: no-repeat;
border: none;
font-size: 11px;
margin-left: -26%!important;
margin-right: 50px;
margin-top: -460px!important;
width: 230px;
}
- Código:
#content-container div#left {
background: transparent!important;
background-color: transparent;
background-position: center bottom;
background-repeat: no-repeat;
border: none;
border-right: 0px solid #696969;
font-size: 11px;
margin-left: -26%!important;
margin-right: 50px;
margin-top: -460px!important;
width: 230px;
}
Re: Widget do fórum, como mudar o background
Olá, tente isto(Que eu já passei antes, fiz testes e funciona):
edit: Caso não funcione, tente por no inicio da folha de estilo CSS.
edit: Caso não funcione, tente por no inicio da folha de estilo CSS.
- Código:
#left {
border-right: none!important;
}
.module {
background-color: transparent!important;
}
Tópicos semelhantes
» Como mudar cor dos widget do meu forum.
» Mudar background do fórum
» Mudar background do fórum
» Como editar o widget votação e como mudar o lado do perfil
» Como mudar a borda do Widget
» Mudar background do fórum
» Mudar background do fórum
» Como editar o widget votação e como mudar o lado do perfil
» Como mudar a borda do Widget
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre a aparência do fórum :: Questões resolvidas sobre a aparência do fórum
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos