Is it possible to change the text in the bar from “This is a preview of your listing and…..” to something else?
I couldn’t find anything in the settings and Currently I am using this code which isn’t entirely practical.
.geodir_preview_section .geodir_information {
visibility:hidden;
}
.geodir_preview_section .geodir_information:before {
content: 'This is a preview of your listing and does not includ any photos you have uploaded. These will only appear when your advert is verified by us. If you want to make changes click "Go Back and Edit" or if you are ready for your advert to be verified click "Update Now".';
visibility:visible;
}
Is it also possible to change the text in the “Update Now” button without using this messy coding
Thanks