Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 4 Months, 2 Weeks ago Custom link color issue.
#1
Solved: 11 Years, 4 Months, 2 Weeks ago Question 
Hey guys I got a lil issue with link color.

"Aanmelden" and "registreren" are the same color as my link colors, so if I change that to white, the other circles u can see on the picture will turn white too..

So how can I just change the color of "Aanmelden" and "registreren" without the others changing?

the css of this is: "a:link, a:visited"

[attachment=30039]


Cheers!
#2
Solved: 11 Years, 4 Months, 2 Weeks ago
you can try using style like a.register , a.login {color: #fff !important;}
#3
Solved: 11 Years, 4 Months, 2 Weeks ago
Worked like a charm. Cheers bro! (a)

Can I do the same with "Zoeken" "Ledenlijst".. too? I'd like to make the font black instead of bleu.
#4
Solved: 11 Years, 4 Months, 2 Weeks ago
^ yes, you can try using style like a.search , a.memberlist {color: #000 !important;}
#5
Solved: 11 Years, 4 Months, 2 Weeks ago
Hmm. The rollover went black then aswell, also the one I made myself ('Handleidingen') didn't work.

I saved it, u can look if u want to: www.computerhelpforum.be

Cheers.
#6
Solved: 11 Years, 4 Months, 2 Weeks ago
^ well, you can try adding !important for the hover effect style
#panel ul.menu li a:hover {
	background: #004488;	
        color: #fff !important;
}

remember to hard refresh browser on index page (eg. press CTRL + F5) after saving changes to the css
#7
Solved: 11 Years, 4 Months, 2 Weeks ago
I added this and worked aswell:

a.search , a.memberlist , a.calendar , a.forum-tutorials {color: black !important;}
a.search:hover , a.memberlist:hover , a.calendar:hover , a.forum-tutorials:hover {color: #fff !important;}

But the last one still wont work ! a.k.a "Handleidingen" button.
#8
Solved: 11 Years, 4 Months, 2 Weeks ago
^ add a css class for that link (in header template) so that you can use the same method.
#9
Solved: 11 Years, 4 Months, 2 Weeks ago
Aah that worked. Cheers Wink
#10
Solved: 11 Years, 4 Months, 2 Weeks ago
Theres 1 more thing I overlooked, the 'Lost Password' text is still the same color aswell. How do I fix this one?

[attachment=30060]
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)