pb4sc Posted May 15, 2009 Share Posted May 15, 2009 Hi, Can someone explain why the title on the homepage has no background? When I go to the contact, sitemap, carts page they do have a background. I looked at the code in firebug, and it is all the same for each of the pages. Yet the homepage code for the background is crossed out. The other pages do not have it crossed out. Is there a way to fix this? I want a background for the title on the home page. Here is what I see.......h2 {global.css (line 159)background:transparent url(../img/title_bg.gif) no-repeat scroll left top;color:#800517;font-size:1.1em;font-weight:bold;height:21px;line-height:1.6em;margin:0.5em 0;padding-left:0.5em;text-transform:uppercase;The part in green is what is crossed out on the homepage, but not crossed out on the other pages.Thanks for your time,pb4sc Link to comment Share on other sites More sharing options...
rocky Posted May 15, 2009 Share Posted May 15, 2009 I had a quick look at global.css and it looks like .editorial_block h2 is removing the background. Just remove background: none; from this section. Link to comment Share on other sites More sharing options...
pb4sc Posted May 16, 2009 Author Share Posted May 16, 2009 Rocky, You are the man! Thanks it worked perfect. :-) I appreciate your help.pb4sc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now