- CAVX
- |
- Exalted Legendary Member
Posted by: Hawaii6U
One other quick thing and I'm done. Forever. On the forum banner, where it says the below quoted, is it possible to change the hex codes for the link and title? The default color stands out too much against my dark banner.
Inside the Machine
Group HomeI tried searching the code myself, but met with minimal success. Minimal in this case meaning none at all.
Find the code that says this:
/* group forum header */
div.group_forum_header { width: 902px; height: 80px; background: url(struct_images/forums/HeaderGroupForum.jpg) no-repeat; }
div.gforumtitle { margin: 0px 0 0 14px; color: #000000; font: 20px Helvetica, Arial, sans-serif; padding-top: 20px; font-weight:bold; }
div.gforumtitle a { color: #000000; text-decoration: none;}
div.gforumtitle a:hover { color: #A0A0A0; text-decoration: none; }
div.mini_hub_forum_link {margin: 2px 0 0 14px;}
Change div.gforumtitle a color to whatever it needs to be, and same with div.gforumtitle a:hover (for the hover link color). As far as the "Group Home" link, you need to add the following CSS lines for that to change:
div.mini_hub_forum_link a, div.mini_hub_forum_link a:visited {color:#000000;}
div.mini_hub_forum_link a:hover {color:#ffffff;}
Again, change the hex colors appropriately.