I’d like to change the “Read more” to “Learn more” on the home page (Business Template) where it shows up under the icon using the ThemeHorse:Services widget. I wouldn’t mind if this changed at every instance on the website, but I definitely would like to change it here.
I am using a child theme. I’ve copied the content-extensions.php file into the child theme and changed all instances of “Read more” to “Learn more”. This hasn’t changed on the actual website.
The file is in the same path in the child theme as in the parent theme “/inc/structure/content-extensions.php”
http://www.ecoleedindustrial.com
My style.css in my child theme looks like this:
/*
Theme Name: interface-child
Description: interface child theme
Author: GreenClean
Template: interface
Text Domain: interface-child
*/
@import url("../interface/style.css");