colour of linked text

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Tue Mar 13, 2012 1:15 pm
Is there a way to change the colour of hyperlinked text within say an article, so that it will stand out better in a page ?
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 2:53 pm
Can you please post a screenshot to be clear on which link color you want changed, thank you...
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 8:42 pm
As you can see by looking at this screen shot, when one looks at the screen he cannot tell which text is also a hyperlink unless you hover the mouse over it e.g the english text on the lft is all links as well as some of the greek text But you cannot see it unless you move the mouse over it
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 8:53 pm
There is no attachment to your post :) so we can't see any screenshot
User avatar
Platinum Boarder

GK User
Wed Mar 14, 2012 8:08 pm
There goes againg .... I missed the warning on the allowed size of the file ...
User avatar
Fresh Boarder

GK User
Thu Apr 05, 2012 5:31 am
Do you have a link to your website so we can identify links easier. Thank you. If your website is offline please use our demo website for example links. E.g if its an joomla article or K2 article.

See you around...
User avatar
Platinum Boarder

GK User
Tue Oct 08, 2013 4:09 pm
I have the same problem: The links as seen on the attached picture are black, the rest of the text is dark-grey. I would like to change the colour of the linked text to blue – but I don't know how. Can you help?

The link to the page:
http://hansestadt-korbach.de/index.php/ ... -jahr-2014
User avatar
Senior Boarder

GK User
Tue Oct 08, 2013 8:55 pm
You can use following css code to change color
Change #fff to your required color code.
Code: Select all
#k2Container a { color: #fff; }
#k2Container a:active, #k2Container a:hover, #k2Container a:focus  { color: #fff; }
User avatar
Platinum Boarder

GK User
Thu Oct 10, 2013 7:55 am
Yep, works. Thanks a lot!
User avatar
Senior Boarder

GK User
Thu Oct 10, 2013 8:04 am
No problem at all, see you around...
User avatar
Platinum Boarder

GK User
Fri Oct 11, 2013 2:36 pm
Sorry, but one more question: The code changes the colour of ALL links. As an example the tags, the author or the word "print" became blue. Can I minimize the effect to the text/body only?

Greetz
Dennis
User avatar
Senior Boarder

GK User
Sat Oct 12, 2013 7:55 am
Please change css code as below which is limited to itembody text.

Code: Select all
.itemFullText a, .itemIntroText a { color: #fff; }
.itemFullText a:active, .itemIntroText a:active, .itemFullText a:hover, .itemIntroText a:hover, .itemFullText a:focus, .itemIntroText a:focus  { color: #fff; }


See you around...
User avatar
Platinum Boarder


cron