jparkerbishop Posted January 1, 2011 Share Posted January 1, 2011 Hello All,I'm trying to change the colour of the title font in the 'my account' and 'top sellers' block but can't seem to find where to change it! I've managed to change the other blocks but these two have not changed with the rest.I just need to change it from the default black to white.Can anyone point me in the right direction?Many Thanks Link to comment Share on other sites More sharing options...
rocky Posted January 2, 2011 Share Posted January 2, 2011 Most of the blocks use div.block h4 in the /** Default block style */ section of global.css, though some modules override that. The blocks that are a darker grey use div.exclusive h4 in the /* block exclusive */ section of global.css. The "My Account" block uses div.myaccount h4 in the /* block myaccount */ section. The "Cart" block uses #cart_block h4 in the /* Special style for block cart */ section. 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