Hi there,
I have made some changes to my store which required me to change the main a:link colours to white. This has had a knock on effect that the Welcome Guest message now contains a white link on a white background.
To get around this I created a new css id for the link colours and tried to apply the style to the "index.php" under languages/custom. Unfortunatley this hasn't worked.
How do I go about changing these link colours?
Here is the amended code:
// Showcase vs Store
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a id="blacklinks" href="%s">log yourself in</a>?');
Any help would be appreciated.
Regards
Scott



