How to hide Bold Branding in Subscription Widget?


How do I remove the "Powered by Bold" text from the Bold Subscription Widget?

You can hide the "Powered by Bold" text by adding the following CSS code to your theme:

.bsub-widget__branding{ display:none !important;}