Jump to content

[SOLVED] Header Url and font colour


Recommended Posts

Add this code to your header.tpl, after






Add this to your global.css

h1#logo a {
  display:block; 
  height:120px;
  text-indent:-9999px;
  width:300px;
}



This have to work.

To change color of cart etc

add this to global.css

#header_user li#shopping_cart {
  color:#fff;
}

#header_user li#your_account {
  color:#fff;
}

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...