Home
Products
Hosting
Unity
Market
Forums
Notes
Jobs
Websites
Help
About
Start
Notes Home
Browse All Notes
Authors
Categories and Tags
Search
Home
›
Notes
›
Dolphin Color issue...
nwbiker
1411 days ago
in
Tags:
dolphin
,
color
,
eraph
Reactions:
2 comments
•
0 points
•
0 reports
Dolphin Color issue...
Hi guys...Can you help me..I can't find where to change color of the links in topblock, when user sign in,links:My account,My profile, etc... Thanks...
Tweet
Plus
Comment
•
Report
Plussed by
See All ›
See All ›
Comments
Newest First
Newest First
Oldest First
Oldest First
Top Rated
Top Rated
|
Flat
Flat
Threaded
Threaded
Please
login
to post a comment.
AndreyP
•
1411 days ago
a, a:link {anchor.css (line 3)
color:#0000CC;
text-decoration:underline;
}
a:link, a:visited {anchor.css (line 1)
color:#3366CC;
text-decoration:underline;
}
so all link styles here:
anchor.css
PS - use forum for such questions
Permalink
•
Reply
•
Plus
•
0
pluses
nwbiker
•
1411 days ago
Thanks for help...And will use forum next time....
Permalink
•
Reply
•
Plus
•
0
pluses
Site Search
Market
Notes
Websites
Account
About BoonEx
•
Terms
•
Privacy
•
Contacts
•
© BoonEx (ACN 127966581)
color:#0000CC;
text-decoration:underline;
}
a:link, a:visited {anchor.css (line 1)
color:#3366CC;
text-decoration:underline;
}
so all link styles here:
anchor.css
PS - use forum for such questions