[Plugin: WP Stripe] Suggested Improvement for Widget
-
Rather than hardcoding the quote marks into your widget, I’d suggest using the :before and :after CSS selectors so that users could more easily change comment appearance without having to modify your code and then re-modify after each update.
.stripe-recent-content:before {content:open-quote;} .stripe-recent-content:after {content:close-quote;}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Plugin: WP Stripe] Suggested Improvement for Widget’ is closed to new replies.