How to edit Post an Ad form text
I want to edit some of the text on the Post an Ad form. What I tried didn't work and I need advice.
1. On the main page, for "Cost per Listing:" it says, "Price depends on ad package selected." We only have one price, so I want to change that to say "$7.95 per listing."
2. Also on main page, for "Select a Category:" -- I would like to either change that to "Select Location" OR change the text inside the box that says "Select one" to say instead "Select Location"
I found the text in this file: classipress\includes\forms\step1.php. I copied that file into my child theme, in the same directory structure, and made the edits --but it didn't work.
3. On the next page, at the bottom it says, "By clicking the proceed button below, you agree..." and I'd like to change that to "By clicking the Continue button..." since that's what the button actually says. Again, I found the text in classipress\includes\forms\step2.php and classipress\includes\forms\step2-membership.php, copied those files into the same directory structure in my child theme, and edited the text. Nothing changed.
Please tell me How I can make these changes? Thanks!