View Single Post
Old 12-22-2012, 03:41 PM   PM User | #1
redstep
New to the CF scene

 
Join Date: Dec 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
redstep is an unknown quantity at this point
Two types of links in a single template (Joomla!)

Hello Everyone,

I am trying to modify the Atomic template of Joomla. So what I want is to have the links of article/blog titles to have a black text with yellow background, while the rest of the links are just plain black.

All the links in my template uses the parameter below:

a:focus, a:hover {color:#fff;text-decoration:none;}
a {color:#121212;text-decoration:none;background-color:#ffc21f;


The problem with this code is that it makes every link in the page to have a yellow background.

Normally, I'll just make a separate class for the blog title and insert that into the <a> tags like <a class="blog-link"...></a>, but sadly the codes for the titles are generated by Joomla and I can't seem to find them. In addition, it kind of defeat the purpose of using a content management system like Joomla if I were to manually code the <a> tags every time a blog is published.

So, what do you recommend I do?
redstep is offline   Reply With Quote