change css for links only in articles...

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
Symbiot
Joomla! Explorer
Joomla! Explorer
Posts: 464
Joined: Tue May 16, 2006 6:51 am

change css for links only in articles...

Post by Symbiot » Tue Apr 03, 2012 2:54 pm

hi

how can I style the hyperlinks in articles with a specific colour while NOT affecting the rest of the site..

I tried messing with a:link {color: #xxxxxx}

but..yeah.. that changed the whole site's links..

I just want to change the colour in my articles..

Tried searching for css + articles here @ joomla.org but apparently those 2 words are too common.. :/

any help will be greatly appreciated!

dkhc3
Joomla! Intern
Joomla! Intern
Posts: 81
Joined: Mon Mar 08, 2010 9:39 am
Location: Oslo, Norway

Re: change css for links only in articles...

Post by dkhc3 » Wed Apr 04, 2012 8:44 pm

Hi,

to change the color of the links in all articles, but only the articles, try;

.article-content a {color:#xxxxxx;}

If this does not work out, please post a link to your site.
http://www.databiblioteket.com - om Fri programvara på svenska.
http://www.hceriksson.com - nettsider og support i Norge

Symbiot
Joomla! Explorer
Joomla! Explorer
Posts: 464
Joined: Tue May 16, 2006 6:51 am

Re: change css for links only in articles...

Post by Symbiot » Thu Apr 05, 2012 6:53 am

in typography.css I did this:

div.article a:link {
color:#FF0000;
}
div.article a:visited {
color:##FF6F6F;
}

And it seems to work...


Locked

Return to “Templates for Joomla! 1.5”