Jump to content

Informations block change text color


Missalby

Recommended Posts

  • 2 months later...

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

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...