Noob Theme Edit changing button text
-
Hello there,
So I am a complete noob, and I am learning as I go along. However this issue has totally thrown me off guard.
I have a button which says “Apply” on it and I have used firebug to find the code for it:
<input type=”button” value=”Apply” class=”application_button”>
But I need it to read “Apply If Logged In”
So I did an edit using firebug to this:
<input type=”button” value=”Apply If Logged In” class=”application_button”>
and it works great, but now how can I edit my child theme style sheet or functions file so it reads correctly.
Any help would be awesome, I would really appreciate it.
Thank you in advance
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Noob Theme Edit changing button text’ is closed to new replies.