Radek100 Posted April 24, 2011 Share Posted April 24, 2011 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 More sharing options...
shacker Posted April 25, 2011 Share Posted April 25, 2011 symply, in the add or an rgb color Link to comment Share on other sites More sharing options...
Radek100 Posted April 25, 2011 Author Share Posted April 25, 2011 Thanks, that's really simple :-). Link to comment Share on other sites More sharing options...
shacker Posted April 25, 2011 Share Posted April 25, 2011 your welcome. change the title to solved Link to comment Share on other sites More sharing options...
Recommended Posts