• Resolved Chigolo

    (@fitnsexy)


    Is there a way to change the font sizes of the “rating widget” in the free version?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author richplugins

    (@richplugins)

    Hi @fitnsexy,

    Sure, please use additional CSS code, for instance:

    .wp-gr { font-size: 16px !important; }

    Thanks!

    Thread Starter Chigolo

    (@fitnsexy)

    I can’t see any changes. Does this also work for the “only rating widget”?

    I want the stars and all the fonts a little bit smaller.

    Thread Starter Chigolo

    (@fitnsexy)

    Edit: It′s working now. I have used the following code:

    /* GOOGLE REVIEW PLUGIN */
    .wp-gr .wp-google-rating {
    font-size: 19px !important;
    font-weight: 500 !important;
    }

    .wp-gr .wp-google-powered img {
    max-width: 120px !important;
    }

    .wp-gr .wp-google-place .wp-star svg {
    width: 18px !important;
    height: 18px !important;
    }

    Plugin Author richplugins

    (@richplugins)

    Thanks for update!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.