Move Login & Register to MENU BAR

GK User
Sun Sep 16, 2012 6:41 pm
Is there a way to move the Login & Register buttons that are at the top of the website to the menu bar instead please?
User avatar
Expert Boarder

GK User
Sun Sep 16, 2012 11:36 pm
Hi

Without changing an template files, you can use css.
Enable the use of css override on template parameters and try adding this lines on ../css/override.css file.

Code: Select all
#gkButtons {position: relative; top: 75px; left: 190px}
#gkButtons a {color: #444!important}
#gkButtons a:hover {color: #78A8D5!important}


Cheers
User avatar
Platinum Boarder


cron