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;}
Make a selection
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;}