How do I go about editing a Kleo widget in the child theme?
Specifically, I want to edit the label in the [Kleo] About Us widget that’s above the social media icons. I just need to edit the text from “Stay in touch” to “Get connected”
I see the file in the main theme at framework > widgets > widget_about_us.php and I see the label on line 52, but I want to edit this on my child theme so that when I update the parent theme, my edit doesn’t go away.
I tried playing around with unregistering this script then registering an identical one in my child theme location, but that caused major problems so I reverted back. I’m not sure what to do.