• Resolved ttoaster

    (@ttoaster)


    Hi,

    Nice plugin, but I can’t find a way to add Quotation marks when displaying the review content. Other than manually adding quotation marks to each review, is there are way to use CSS to add them?

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

    (@geminilabs)

    Something like this?

    .glsr-review-content::before {
      content: '\201C';
      font-family: Georgia, serif;
      font-size: 8em;
      line-height: 1;
      margin-left: -.25em;
      margin-top: -.125em;
      opacity: .25;
      position: absolute;
    }
    Thread Starter ttoaster

    (@ttoaster)

    Hi,

    Thank you. That works pretty well, I did tweak it a bit for my own sites.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show quotation marks on review?’ is closed to new replies.