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