-
AuthorPosts
-
jayatunge Friend
jayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
March 30, 2012 at 10:03 pm #175610How do I assign different link and hover colors to the text links in the custom HTML modules placed in the User 11/12/13/14 areas?
Since the links automatically gets the same colors as the links in the body, they are not clearly visible in the darker backgrounds. I want to specify my own active and hover colors for the links in the modules.
Can some one please help me.
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 2, 2012 at 10:26 am #446851You find the code from /templates/ja_bistro/css/template.css
#ja-botsl .ja-moduletable a.readon:hover, #ja-botsl .ja-moduletable a.readon:focus, #ja-botsl .ja-moduletable a.readon:active {
background-image: url('/bistro17/templates/ja_bistro/images/arrow-2-hover.gif');
color: white; < change the bold text
}
#ja-botsl .ja-moduletable a.readon {
color: #F3DEBF; < change the bold text
background: url('/bistro17/templates/ja_bistro/images/arrow-2.gif') no-repeat right center;
}jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 2, 2012 at 12:04 pm #446858Dear Khoand,
Thanks for the reply. I think I haven’t submitted my question in completeness. The readon links are fine. What is needed is to change the link colors of the EMAIL AND URL‘s as circled in the attached picture in the original posts.
Really appreciate your help please.
Thanks you.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 2, 2012 at 2:29 pm #446872You give me a link to your website, please.
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 2, 2012 at 9:57 pm #446989Hi Khoand,
Thanks for the offer to help further. Currently, I am working on locally. I will upload the site to night to a temp directory and give you the URL.
OJjayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 6, 2012 at 12:53 pm #447587dear khoand,
Here is the link to temp URL: http://www.romenchariot.ca/demo/
Thanks for your help in advance.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
jayatunge Friendjayatunge
- Join date:
- July 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 41
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
April 10, 2012 at 12:26 pm #448000That does not change the Active and Focus color. It only changed the Hover color.
I need to change the all three aspects.PS
Well, I changed the code like this and it worked:.ja-box-left a:link, .ja-box-left a:active, .ja-box-left a:focus {
color: #F3DEBF !important;
text-decoration: none;
}.ja-box-left a:hover {
color: #FFF !important;
text-decoration: none;
}Thanks for the guidance.
1 user says Thank You to jayatunge for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by jayatunge 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Assign Different Link colors to User 11/12/13/14
Viewing 8 posts - 1 through 8 (of 8 total)