MattWeb Posted December 11, 2010 Share Posted December 11, 2010 I want to change the header images for category, cart, specials etc but I can't seem to find out which files I need to change the image links in.Any ideas ?Thanks Link to comment Share on other sites More sharing options...
chrissie Posted December 11, 2010 Share Posted December 11, 2010 the images are in .../themes/yourtheme/img Link to comment Share on other sites More sharing options...
MattWeb Posted December 11, 2010 Author Share Posted December 11, 2010 Sorry.What I meant was I need to know which files to access to create individual image headers for each category as they all seem to access the same header image and I want seperate header images for each category. Link to comment Share on other sites More sharing options...
MattWeb Posted December 11, 2010 Author Share Posted December 11, 2010 Does any one have any idea how to do this ? :question: Link to comment Share on other sites More sharing options...
MattWeb Posted December 12, 2010 Author Share Posted December 12, 2010 Any ideas....Anybody ??? Link to comment Share on other sites More sharing options...
keiichi Posted December 22, 2010 Share Posted December 22, 2010 The best way to do that is to override the css style for the header:Example: #informations_block_left h4 { background: url("../img/block_info_h.png") no-repeat scroll left bottom transparent; text-indent: -9999px; } In that snippet I've chanced the default header image to a .png file located in the img folder inside the themes folder. I have also move the text to the left so I can put the text directly in the image.Hope that helps. 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