Jump to content

[Solved]Color of word login in header


Recommended Posts

Can anybody help how to change color of word Login in header? I need to detach color from another (keep color on other words).

I found it in blockuserinfo.tpl

{if $cookie->isLogged()}
{$cookie->customer_firstname} {$cookie->customer_lastname}
           (getPageLink('index.php')}?mylogout" title="{l s='Log me out' mod='blockuserinfo'}">{l s='Log out' mod='blockuserinfo'})
       {else}
getPageLink('my-account.php', true)}">{l s='Log in' mod='blockuserinfo'}
       {/if} 



and css style is in global.css under a

a {
   color: #242424;
   outline: medium none;
   text-decoration: underline;
} 



I need different color of Login/Logout from another. Is there some solution? Thanks

Link to comment
Share on other sites

×
×
  • Create New...