Icon in Login & register button

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Fri Mar 14, 2014 3:38 pm
Hi all,
Is possible to add an icon next to the text Login and Register?

txs!
User avatar
Fresh Boarder

GK User
Fri Mar 14, 2014 4:41 pm
Hi,
in theory yes, it request only small CSS customization.

I can give you few tips which can help you if you know basic of CSS. But don't forget this is quite old template.
User avatar
Platinum Boarder

GK User
Fri Mar 14, 2014 4:53 pm
You have two options:
1) Customization of template file : templates/gk_finance_business/layouts/blocks/nav.php
where you can add image using simple HTML , start searching from line 51

2) Use simple CSS :
Code: Select all
#btnRegister:before { content: "http://yoursite.com/images/register-icon.png";}
#btnLogin:before  {content: "http://yoursite.com/images/login-icon.png"; }

of course replace with your URL and image(s)
User avatar
Platinum Boarder

GK User
Fri Mar 14, 2014 5:40 pm
Yes, it is kind old but still fine, thank you very much for your help, I appreciate it
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.