To change text to "Newsletter" you can use languague file or edit Fest/layouts/header.php file (line 106).
If you want to change this button position, paste this code in Fest/css/overrite.css file:
- Code: Select all
#gk-register {
margin: -20px -20px 0 0;
}
I'm not sure where exactly you want to place this button, so you have to customize margin values.
Don't forget to enable overrite.css option in Fest -> Template Options -> Advanced Tab.