Hello,
I am trying to insert a page title image to every page on my site. On the theme I have now (Bueno), I am using a code provided by one of the volunteers as seen below:
body.page-id-2689 h1.title {
background-image:url('http://realagenda.files.wordpress.com/2011/08/latestheadlines1.gif');
text-indent:-999em;
height:50px;
width:500px;
padding-bottom:0;
}
I tried to obtain the equivalent code from the theme I am working with now (Enterprise), with the Web Developer tool on Firefox and I inserted the following code without success.
body.page-id-4 h1.title {
background-image:url('http://laagendaenespanol.files.wordpress.com/2011/12/hometoppage.gif');
text-indent:-999em;
height:50px;
width:500px;
padding-bottom:0;
}
I know code is theme-based, so I am sure I missed code or the one I used simply does not fit on the theme I am working on now. Could anyone please help me correct the wrongs here?
Thanks!
The blog I need help with is laagendaenespanol.wordpress.com.