Lustfull Posted August 12, 2010 Share Posted August 12, 2010 I would like to change the color of font in short description and more_info_sheets, but I would not have the same color in both.Is this possible or is both controlled by the line 357 in global.css??susanne Link to comment Share on other sites More sharing options...
rocky Posted August 13, 2010 Share Posted August 13, 2010 The colour of both of those is controlled in the first block in the /* global RTE fields */: div.rte, .mceContentBody { text-align: left; background: white; color: black } To specify a different colour for the short description block, add the following: #primary_block #short_description_block div.rte, #primary_block #short_description_block .mceContentBody { color: red } Change red to the colour you want the short description block to be. 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