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 8 years, 5 months ago by
Abu.
-
This topic was modified 8 years, 5 months ago by
Abu.
-
This topic was modified 8 years, 5 months ago by
Abu.
-
This topic was modified 8 years, 5 months ago by
Abu.