January 10, 2018 at 12:11 pm
#3442
Yazmin
Keymaster
The function that outputs this section can be overridden in a child theme.
Look in extras.php for the trusted_featured_services()
function and write your own function to output whatever you need.
For example, in the functions.php file of a child theme, you would write something like this:
function trusted_featured_services() {
/* MY OWN CODE HERE */
}