-
AuthorPosts
-
sfpkent Friend
sfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
March 20, 2009 at 4:13 am #139357Hi,
Good day! 🙂
I want to change all links colors in JA Cooper business. As you can see in my website:
– http://worldwebcreator.com/
– http://worldwebcreator.com/index.php?option=com_content&view=article&id=46:web-design-by-installment&catid=42:about-usI already attached the problem (image file)
I have tried myself to change the links colors on template.css (code below) but nothing change, can anyone help??
/* Normal link */
a {
color: #ADCB56;
text-decoration: none;
}a:hover, a:active, a:focus {
text-decoration: underline;
}Thanks in advanced. 🙂
-
jwellman Friend
jwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
March 20, 2009 at 4:37 am #296934Are you working with a CSS file named blue? I see the template CSS file has been changed to a green color but it looks like the gray link color is in a blue.css folder. See below after viewing with FF.
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a {blue.css (line 6)
color:#444444;For the read more color, have you tried here?
a.readon:hover, a.readon:focus, a.readon:active {template.css (line 442)
}
a.readon:hover, a.readon:focus, a.readon:active {template.css (line 442)
}
a.readon {template.css (line 436)
display:block;
float:left;
margin-top:5px;
}
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon, .blog_more strong, #ja-pathway, #ja-footer, #ja-botsl1, #ja-botsl2 {template.css (line 67)
font-size:92%;
}
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a {blue.css (line 6)
color:#444444;1 user says Thank You to jwellman for this useful post
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
March 20, 2009 at 4:39 am #296935Hi jwellman,
Thanks your advice, let me try first and come back here. 🙂
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
March 20, 2009 at 5:00 am #296936Hi jwellman,
Thank you very much. It works perfectly. Just change:
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a:hover, a:active, a:focus {template.css (line 52)
text-decoration:underline;
}
a {blue.css (line 6)
color:#444444;March 26, 2009 at 3:36 pm #298261This thread has been very helpful, except that changing the color of “a” changes it for the whole site. I’m using the RED Cooper Business and want to keep the titles on the front page gray, but change any links in articles to a different color. Where on the CSS would that be?
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by jojoradio 15 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum