- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Features’ is closed to new replies.
Tagged: Features Section Icon
Hi
I would like to add my own icons in place of the featured icons. Im happy to do this via css and child themes but cannot find where i could replace current icons and if i could do different icons for each feature section.
Thanks
Liam
Hi Liam
The Pro version of Trusted has this functionality where the icons can be replaced with your own image icons.
It would also help you with your other question about the header slider as the Pro version allows a custom header with support for plugin shortcodes such as your slider.
Hi Yazmin,
Is there anywhere I could modify this information within the php code.
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 */
}