29 pointsStarting to get into this DEV thingI'm new here
comerecommended
Member
—
4th January 2010
Hi,
I'm hoping to be able to change the header area of the corporate theme.
If you see on my site: http://test.comerecommended.com the logo is dark grey. I'd like to make that whole header area the same color grey and to make the links (Blog, About, FAQs, Contact Us) into the yellow used in the logo.
Is there a way to make that whole top area the grey in my logo?
I'm hoping to be able to change the header area of the corporate theme.
If you see on my site: http://test.comerecommended.com the logo is dark grey. I'd like to make that whole header area the same color grey and to make the links (Blog, About, FAQs, Contact Us) into the yellow used in the logo.
Is there a way to make that whole top area the grey in my logo?
Thanks for the advice. Do you know what exactly in the CSS I would need to tweak? I figured it would be something in there, and I know my color codes but I can't find what to change.
CSS isn't my area of expertise I'm afraid. Richard (theme designer) should be able to help you out but he has a list of theme bugs at the moment. So it may be a few days before he can get to this one as it's more of a customization than a bug.
Responses (7)
Founder & CEO — 4th January 2010 #
I'm not sure - Richard might be able to help though, so we'll look into it asap.
Erstwhile founder — 4th January 2010 #
Hiya,
It's definitely possible but I'm afraid you would need to tweak the theme CSS.
Thanks,
Andrew
Member — 4th January 2010 #
Hi Andrew,
Thanks for the advice. Do you know what exactly in the CSS I would need to tweak? I figured it would be something in there, and I know my color codes but I can't find what to change.
Thanks!
Erstwhile founder — 4th January 2010 #
CSS isn't my area of expertise I'm afraid. Richard (theme designer) should be able to help you out but he has a list of theme bugs at the moment. So it may be a few days before he can get to this one as it's more of a customization than a bug.
Thanks,
Andrew
Geeky Developer — 7th January 2010 #
used background image that had the height before navigation (home,blog etc)
should do it.
body {
background: #f9f9f9 url(..image/your-image.png) repeat-x top
}
something like this.
Member — 8th January 2010 #
Hi Richie,
Thanks. Which stylesheet would I find it under? I see so many and I don't think I'm editing the correct one!
Thanks again.
Geeky Developer — 8th January 2010 #
you can find the body class in _inc/css/base.css
somewhere near line 2000+..i think:)
Become a member