MattWeb Posted December 15, 2010 Share Posted December 15, 2010 Hi,I wish to add individual header images for 'my account' and 'viewed products' and I wondering how I may do this ?Thanks in advance. Link to comment Share on other sites More sharing options...
MattWeb Posted December 15, 2010 Author Share Posted December 15, 2010 Any ideas, anyone ?Thanks Link to comment Share on other sites More sharing options...
rocky Posted December 19, 2010 Share Posted December 19, 2010 Edit the following code in the /* block myaccount */ section of global.css to change the "My account block" header: div.myaccount h4 { background: #971d58 url('../img/block_header_myaccount.jpg') no-repeat top left } and change the following line: /* Block Viewed Products */ to: /* Block Viewed Products */ div#viewed-products_block_left h4 { background: #971d58 url('../img/block_header_viewed.jpg') no-repeat top left } then put an image called block_header_viewed.jpg in the img directory inside your theme's directory. 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