Shape 5

Joomla Templates => TheClassifieds - Club => : sahalu November 07, 2017, 03:30:13 PM



: URL font color and text font color
: sahalu November 07, 2017, 03:30:13 PM
In several templates I was using before, the URL and the text of an article are easily distinguishable. But in my current implementation of the site using "theClassifieds" template, the URL link and the text are all the same color, gray, so unless you hover over a text, there is no way to know it is the URL link. 

In other words, I want have a different link font color and a different text color for an article or ant type of link for that matter. See this for example. The link font color is the same as the text color. https://letusgoplaces.com/index.php/flight/23-airports/35-canada-airports

I don't want take too much of your time, so if there is a document you can point out with the answers to what I am asking, please do so, so I can help myself.


: Re: URL font color and text font color
: jonahh November 08, 2017, 10:27:14 AM
Hello,

Just add the following to your custom.css file and this should do it:

:
#s5_component_wrap_inner a {
color:#ff0000;}


: Re: URL font color and text font color
: sahalu November 08, 2017, 11:54:27 AM
Awesome, thanks Jonah. Problem solved.