Jump to content

Font colour


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...