Support » Plugin: Site Reviews » change star size (css) and text hyperlinked and to right

  • Resolved jonbennett

    (@jonbennett)


    looking to have text to right of star (instead of below)

    change size of stars

    Great plugin BTW. I had to try all of them before landing on yours

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    You can do this with some custom CSS:

    .glsr-summary {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        max-width: none !important;
    }
    
    .glsr-summary-stars .glsr-star {
        background-size: 32px !important;
        height: 32px !important;
        width: 32px !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘change star size (css) and text hyperlinked and to right’ is closed to new replies.