This website is obsolete. Please go to my new site at wppatch.com for any queries.

Old customers can also contact via new site for their queries.

Appending special characters at the end of review text?

Contact 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 9 years, 8 months ago by Abu.
    • This topic was modified 9 years, 8 months ago by Abu.
    • This topic was modified 9 years, 8 months ago by Abu.
    • This topic was modified 9 years, 8 months ago by Abu.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.