CSS modificaton header

Fermé
bobenausaure Messages postés 226 Date d'inscription samedi 17 février 2007 Statut Membre Dernière intervention 27 janvier 2013 - 9 avril 2010 à 13:00
bobenausaure Messages postés 226 Date d'inscription samedi 17 février 2007 Statut Membre Dernière intervention 27 janvier 2013 - 9 avril 2010 à 18:46
Bonjour.

Je démarre mon blog perso, avec le CMS Wordpress.
J'ai choisi le thème "Motion". Dans celui-ci, en haut à droite, il y a du texte sur un fond transparent. Je souhaiterais modifier ce texte et mettre à la place 2-3 logos (facebook, twitter...). Pour voir : http://benjamin.oget.free.fr/ (là où il y a le texte suivant : Hey there! Thanks for dropping...)

J'ai donc trouvé les fichiers concernés, mais je n'arrive pas à modifier.
Dans header.php, c'est code :
<div id="headerbanner">
<p>Hey there! Thanks for dropping by <?php bloginfo('name'); ?>! Take a look around and grab the <a href="<?php bloginfo('rss2_url'); ?>">RSS feed</a> to stay updated. See you around!</p>
</div>

et dans le style.css, c'est ça :
#header #headerbanner {float:right; width:468px; margin:30px 0 10px 0; text-align:right; padding:10px; background:url(images/whitetrans.png); font-size:.8em; line-height:1.5em;}
#header #headerbanner h3 {font-size:1.1em; font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;}
#header #headerbanner p a {border-bottom:1px dashed #a8ef9d;}
#header #headerbanner a:hover {background:url(images/blacktrans.png);}

Quelqu'un pourrait-il m'aider afin de faire la modification souhaitée ?
Merci d'avance.

1 réponse

bobenausaure Messages postés 226 Date d'inscription samedi 17 février 2007 Statut Membre Dernière intervention 27 janvier 2013 16
9 avril 2010 à 18:46
up
0