Mike Morrison
06-06-2007, 02:50 PM
Hi All,
Welcome to my first attempt to start sharing our support ticket-inspired solutions with the rest of the class via the forums.
We got a support ticket where someone basically asked...
How do I change the color of the "Email this page to a friend" link? I've got a site with a black background and dark blue link doesn't exactly "pop" on to of it. I've tried controlling it with my template's custom.css file but there doesn't seem to be a way to "touch" that specific link.
If you're wondering the same thing, here's the answer: I've added an id=emailtofriend attribute to the <div> that contains the "Email this page to a friend" link, so it should be easy to control now by making a rule like this in your custom.css file...
div#emailtofriend a:link { color: #fff; }
Note that you won't be able to do this until you update to v4.9.2 r6 (http://wiki.soholaunch.com/index.php?title=New_Stuff_in_v4.9#v4.9.2_r6_.28unr eleased.29) which we should be releasing by the end of this week.
Welcome to my first attempt to start sharing our support ticket-inspired solutions with the rest of the class via the forums.
We got a support ticket where someone basically asked...
How do I change the color of the "Email this page to a friend" link? I've got a site with a black background and dark blue link doesn't exactly "pop" on to of it. I've tried controlling it with my template's custom.css file but there doesn't seem to be a way to "touch" that specific link.
If you're wondering the same thing, here's the answer: I've added an id=emailtofriend attribute to the <div> that contains the "Email this page to a friend" link, so it should be easy to control now by making a rule like this in your custom.css file...
div#emailtofriend a:link { color: #fff; }
Note that you won't be able to do this until you update to v4.9.2 r6 (http://wiki.soholaunch.com/index.php?title=New_Stuff_in_v4.9#v4.9.2_r6_.28unr eleased.29) which we should be releasing by the end of this week.