Deceased
- Join Date:
- Nov 2005
- Location:
- Colorado Springs, CO USA
- Posts:
- 7,017
- Plugin Contributions:
- 12
Glacial Age Template Support Thread
justme2:
Hyperlinks with Glacial Age???
Most hyperlinks will be of a different color but with this template they just look like regular text. Is there a place to turn them on or does it involve additional codeing?
http://cheaperthanthem.net/CTTShop/
on the main page I have added the text "HYPERLINK" which links back to the same page. Problem is it just looks like regular text unless you move your mouse over it then the cursor will change. Makes it hard for customers to find links.
Any help??
open includes/templates/glacial_age/css/stylesheet.css
find the following declarations and change the color:#000; to suite your needs.
a:link, #navEZPagesTOC ul li a {
color: #000;
text-decoration: none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover {
color: #000;
}
a:active {
color: #000;
}