How can I change the "Register now" text?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Aug 20, 2013 8:07 pm
I'm using the Fest theme for WordPress. I want to change the text in the "Register now" button in the upper right corner. How can I do that?
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 7:37 am
Hi,

You can position this button absolutely, but i also need your website URL to show you how to do this.
User avatar
Moderator

GK User
Wed Aug 21, 2013 12:27 pm
Ok, thanks. I send the login to the site. I need to change "Register now" to "Newsletter" and to know how to do that.
User avatar
Fresh Boarder

GK User
Wed Aug 21, 2013 1:43 pm
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.
User avatar
Moderator

GK User
Wed Aug 21, 2013 3:51 pm
Super thanks! working :)
User avatar
Fresh Boarder


cron