Home Forums Trusted Features

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3404
    liamjken
    Participant

    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

    #3411
    Yazmin
    Keymaster

    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.

    #3437
    liamjken
    Participant

    Hi Yazmin,

    Is there anywhere I could modify this information within the php code.

    #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 */
    
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Features’ is closed to new replies.