Change specific link color

Permalink Browser Info Environment
Hi

Loving the theme, but I wonder if you could help me with the following;

How do I change the link colour to the 3 boxes at the bottom of the pages? As they have a black background and need a white link to be visible.

Sorry, but I can't figure out how to stop the current CSS settings to correct this.

Many thanks,
Anthony

/* Footer Boxes
-------------------------------------------------------------- */
#boxes {
   margin-top: 15px;
}
.box {
   float: left;
   width: 309px;
   height: 188px;
}
.box h2 {
   display: block;
   width: 297px;
   height: 41px;
   background: url(images/box_heading.png) no-repeat;

Type: Discussion
Status: New
shootyourcuffs
View Replies:
APBCadmin replied on at Permalink Reply
APBCadmin
I have hunted for this as well, the text CSS is not in the file your looking at (screen.css).

You need to look in "typography.css".

Then add a link CSS rule only for the #boxes div... (I think you could add it to the previous file, but better to keep all your text CSS together)

Maybe like this:

#boxes a { color: #FFF; text-decoration: none; font-weight: bold; outline: 0; }
#boxes a:hover { text-decoration: underline; color: #FFF; }

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.