One of my clients (fleurdepains.ch) got hit with the Cutline => Coraline blitz migration, and had no idea it was coming. The original web dev--who used custom CSS on the site--is not available to make the necessary changes. I'm a sysadmin with very, very little web development experience and NO WordPress experience.
I would greatly appreciate help on any of the following three points:
- Item 1
Menu items: With Cutline, the text of a menu item was apparently
replaced by a graphic using code like this in the custom CSS:
#post-10 h2 {
text-indent:-1000em;
background:url('http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_presentation.gif')
no-repeat 0 0;
height:36px;
padding-bottom:0;
}
The above code replaced "PRÉSENTATION" with a graphic of the word
"Présentation".
I have the impression that "#post-10 h2" needs to be replaced with
something that includes #access and ul, but how do I specify the post-10?
- Item 2
The subheader, below the banner, reads "L'essentiel au quotidien". This
should be replaced with the graphic
http://fleurdepains.files.wordpress.com/2008/10/lessentielauquotidien.jpg
- Item 3
Right-hand menu titles should also be replaced with graphics:
"Magasins" should be replaced with
http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_magasins.gif
"Articles récents" should be replaced with
http://fleurdepains.files.wordpress.com/2008/10/fdp_titre_articles.gif
Help!
The blog I need help with is fleurdepains.ch.