• Resolved NorfolkUK

    (@norfolkpete)


    Hi there,

    Not being too knowledgeable in hooks etc, I can’t for the life of me work out why the star image wont change on a new site we are working on.

    I ‘think’ I follow you instructions however, clearly I’m doing something wrong.

    I have added the below to our functions.php child theme to test:

    add_filter( ‘site-reviews/config/inline-styles’, function( array $config ) {
    $config[‘:star-full’] = get_stylesheet_directory_uri().’https://www.ourdomain.co.uk/wp-content/uploads/2019/06/star-full.svg’;
    return $config;
    });

    All the stars vanish on the website.

    Any guidance would be gratefully received 🙂

    Thank you.

Viewing 8 replies - 16 through 23 (of 23 total)
Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Change stars’ is closed to new replies.