Missalby Posted May 13, 2010 Share Posted May 13, 2010 Hican someone please tell me where in the css code to change the informations block text link color. HELP PLEASE Link to comment Share on other sites More sharing options...
Nick20000 Posted August 11, 2010 Share Posted August 11, 2010 I would like a answer to this, also.thanks. Link to comment Share on other sites More sharing options...
rocky Posted August 12, 2010 Share Posted August 12, 2010 Those links inherit their colour from the following code at the end of the /* Default block style */ section: div.block a { color: #595a5e; text-decoration: none } You can change the colour there, but it will also change the colour in other places. To change just the links in the information block, add the following in the /* Block CMS links */ section: #informations_block_left a { color: red } Change red to the colour you want. 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