[Resolved] Appending special characters at the end of review text?

Home Support TWB Woocommerce Reviews Appending special characters at the end of review text?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1876
    Abu
    Keymaster

    If you want to append special characters (for example, “…” or “>>” or “read more…”) at the end of review text then add the following CSS to the Custom CSS option in the plugin settings.

    .twb_wc_reviews .twb_wc_reviews_ct p:after {
    content: "...";
    display: inline;
    position: relative;
    text-decoration: none;
    padding-left: 2px;
    }

    Above code will add “…” at the end of each review text.

    You can change the value of content: attribute to implement whatever you want.

    • This topic was modified 7 years, 5 months ago by Abu.
    • This topic was modified 7 years, 5 months ago by Abu.
    • This topic was modified 7 years, 5 months ago by Abu.
    • This topic was modified 7 years, 5 months ago by Abu.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.