AVANT TOUTES ACTIONS :
- Dans Design, vérifiez que vous avez bien sélectionné le modèle RED
- En haut du CSS, vérifiez que la case "Je souhaite modifier et appliquer la feuille de style à mon blog" est bien cochée.
Si vous êtes
en mode normal, vous faîtes ces modifications dans le CSS Global Mon Style
Si vous êtes
en mode avancé, vous faîtes ces modifications dans tous les CSS Mon Style
Le CSS de ce design est vide sur mon administration. Je dois donc rajouter toutes les lignes.
POUR ENLEVER LE FOND ROUGE DANS L'ENTETE
Il faut rajouter cette ligne
#header{background:none;}
POUR ENLEVER L'ENCADREMENT ROUGE DES MODULES
Il faut rajouter ces lignes
.box {background:none;}
.box-titre {background:none;}
.box-titre span {background:none;}
.box-titre h2{background:none;}
.box-content {background:none;}
.box-footer {background:none;}
.box-footer span {background:none;}
.box-footer h2 {background:none;}
POUR ENLEVER LE FOND ROUGE DANS LE PIED DE PAGE
Il faut rajouter la ligne
#footer {background:none;}
POUR ENLEVER LA COULEUR DE FOND DANS LES COMMENTAIRES ET LES REPONSES
Il faut rajouter la ligne
.commentMessage {background:none;}
Commentaires