bbrando
Forum Replies Created
-
Forum: Themes and Templates
In reply to: trying to change hyperlink colorIve found out from another forum that i could change the text with
a.white, a.white:hover { color: #FFF }
(inside Stylesheet)and assigning it like this
<a class="white" HREF="Link Url">Link Text</a>(inside Index.php)
only problem is that its only doing the hover does anyone see an option to make the normal state like this too?
Forum: Themes and Templates
In reply to: trying to change hyperlink colorNo i found that they are in Style.Css the only problem is that i have 2 kinds of colors in the link the purple/pink color from the site and white i try to make these colors stay there with no roll over or visited
only problem i have is when i change the color they all change to the same color but the bold letters should be purple/pink and the normal ones should be white
thanks again henk your being a big help 🙂
Forum: Themes and Templates
In reply to: trying to change hyperlink colorAh yes i see thank you very much HenkHolland, do you also know how i can show the color i originally gave it? because now it still changes the color to black and hover(rollover) red is there a way i can make the link color invisible so they get the normal color i gave them?