How to change the text inside this "BUY NOW" button using Astra free version?

Zakch93

Elite Member
Joined
Mar 7, 2020
Messages
2,309
Reaction score
856
Screenshot (69).png

How to change the text inside the "BUY NOW" button using Astra free version?

If the free version doesn't allow it, how to change it from inside WP theme editor?
 
The text must be exist in the theme editor, somewhere

ctrl + F and search "BUY NOW" one by one in the theme files.
I found it with a string locator plugin, it was inside a plugin "one page checkout" I was using, and edited it.
 
Holy shit man, close your tabs, how do you even find the stuff you're looking for?

As for your question, you need to change the value of the <button> (where it says value="").
Search inside the theme files, good advice is to get Notepad++, open all the files and search through all opened documents so you don't have to go through them one by one.
 
You mentioned you edited it, but if you edited the plugin directly, it will reverse once your plugin updates. To solve this just install a translation script and "translate" that word directly, this will keep it changed.
 
Back
Top