embed link color

nemosum

Joined: 2008-04-29
Posts: 6
Posted: Tue, 2008-04-29 14:49

hi, i'm using the embed pack with joomla, so i customized the theme.css of matrix,
however i'm unable to find the correct value for the links/description to change its color, currently descriptions appear black, which should be white since it cant been seen on a dark background otherwise

[img]http://img232.imageshack.us/img232/5523/headerbgqu1.jpg[/img]

 
garym

Joined: 2004-09-27
Posts: 30
Posted: Fri, 2008-05-02 04:44

I'm not using Joomla, so I don't know if it is any different to editing a standalone Gallery, but this is what I did to change these colours;

Open: gallery\themes\matrix\theme.css

Find these lines to change the link colour in the Gallery, add the line in bold, substituting your colur for the "xxxxxx"

Quote:
#gsNavBar div.gbBreadCrumb {
font-size: 1.1em;
font-weight: bold;
color: #xxxxxx;
}

Quote:
#gallery a {
font-weight: bold;
text-decoration: none;
color: #xxxxxx;
}

and this to change the title colour, add the line in bold, substituting your colur for the "xxxxxx"
;

Quote:
.giTitle, #gallery h2, #gallery h3, #gallery h4 {
font-size: 1.3em;
font-weight: bold;
color: #00596e;
}

Good luck!