• Resolved Mr Bass

    (@mr-bass)


    Hello,

    Question about the display text for the shortcode?

    Currently, it displays “Overall rating: ★★★★★ based on 356 reviews”

    In many places, this is way to wordy (long). Can this be edited in some way without hurting the function of the plugin?

    Maybe something simple like “★★★★★ 356 reviews”

    Thank you for your support!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Hiren Patel

    (@hiren1612)

    Hello, @mr-bass

    There is no setting in the plugin to change the text but you can do it using some CSS trick.

    Put this CSS in Additional CSS (Appearance > Customize > Additional CSS)

    .page-id-8058 span[itemprop=”aggregateRating”] {
    font-size: 0;
    }
    .page-id-8058 span[itemprop=”aggregateRating”] span.stars, .page-id-8058 span.votes {
    font-size: 16px;
    }
    .page-id-8058 span.votes::after {
    content: “reviews”;
    }
    ** This CSS will only works on this page.

Viewing 1 replies (of 1 total)
  • The topic ‘Title Output Change?’ is closed to new replies.