Change look for Register and Login buttons

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
Mon Apr 29, 2013 12:34 am
How can I change CSS or appearance for Register and Login buttons?
I cannot find where I do that.
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 2:43 am
Buttons are using general gkButtons div element. Such as blue background and shape.

To change only login and register use below css selector with whatever property you want to add. example below changing color to #000
Code: Select all
#gkPageTop #gkButtons { background: #000;}


Text are identified as below ids. first line will effect both login and register links. Second and third are indivual.

Code: Select all
#gkPageTop #gkButtons a { font-size: 10px;}
#btnLogin { font-size: 12px;}
#btnRegister { font-size: 14px;}


See you around...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 3:49 am
Before created this post, I did something like that at override.css. Nothing changes.
Where exactly I can override the default look? I want to personalize them.
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 4:10 am
Did you enable css override option in template settings ? as without that override.css does not load.

I have checked this in our demo website. Perhaps your html structure is different, post your website and then I can check.

See you around...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 4:42 am
normanUK, that was it! Thank you. Great support.
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 6:26 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron