Skip to main content

Help please trying to change the text on a supporter nav submit button

The default stock theme asks people too add their email address and click "join" to submit. I want to change the word 'join' as we use this to imply membership. After looking at the inspect element i went to theme .css and i have found the following lines but can't work out where to change the text. Or am i in the wrong place altogether? 

Also which page is this directing to? I didn't set up a page for this. 

Thanks in advance.

Kristin

input, select, textarea, .email-signup input.text {
border-color: mix($shade-3-color, $shade-3, 50%);
&:focus {
border-color: $theme-color-1;
}
}
.button, .small_button, .submit-button, .success-button, .submit-link, {
color: $shade-3-color;
background: mix($shade-3-color, $shade-3, 50%);
&:hover {
background: mix($shade-3-color, $shade-3, 70%);
}
&:active {
background: $theme-color-1;
}
}
}

 

Official response from

Hey Kristin,

Where this is edited can change on a per-theme basis; would you mind letting us know what specific Nation/site this is for so I can direct you to exactly where you can edit that text? Feel free to respond in the comments below or by e-mailing your organizer with the info.

Share this post

Showing 12 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.