|
How to change the color of the font on a link |
The Joomla template you choose sets the link color.
You want to put a link in a module position or a place on your site, but the default link color conflicts with the background or module class suffix rendering.
How do you get around this?
You can change the color of a link by changing the font within the link definition.
Let's try it here:
Here is a link to BibleGateway.com
In this Joomla template the color is blue.
Now how do we change it to red, so it appears like this:
Here is a link to A red link to BibleGateway
<a href="http://biblegateway.com">
<font color="#ff0000">A red link to BibleGateway</font>
</a>
Just enclose the link text in the font code.
...did this help?
|