fresta Posted February 2, 2010 Share Posted February 2, 2010 HiI just spend 4h trying to change the red header colour to white, but without result.Anyone have a solution for my little problem??(i don't use PS standard theme, if that makes any difference...?)Thanks in advance! Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2010 Share Posted February 3, 2010 Use this codes: #header { background-color:#fff; float:left; height:77px; text-align:right; width:71%; } and this one: h1#logo { background-color:#fff; float:left; width:29%; } Link to comment Share on other sites More sharing options...
fresta Posted February 3, 2010 Author Share Posted February 3, 2010 Black Sand!I got the first codes right, but i cant find the other one in my global_css.I attached a new screenshot of the webb and a copy of my global_css. Hope you can help me out...Thanks! global_css.txt Link to comment Share on other sites More sharing options...
0c3aN Posted February 3, 2010 Share Posted February 3, 2010 Look in your global.css under the global layout (line 186 in my global.css but can be different on any other theme): /* global layout */ #page { width: 980px; margin: 0 auto 2px auto; text-align:left; } h1#logo { float: left; width: 29%; margin-top:0.5em; } #header { float: left; width: 71%; text-align: right; } If you don´t have the logo line you maybe try to add it. Link to comment Share on other sites More sharing options...
fresta Posted February 3, 2010 Author Share Posted February 3, 2010 0c3aNI tried, but without any result... Did you open my attached global_css.txt file. Thats the css for my custom shop.Im going nuts over this...:-SThanks! Link to comment Share on other sites More sharing options...
0c3aN Posted February 3, 2010 Share Posted February 3, 2010 Edit: I have send you a pm asking for a demo link to your page. 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