Skip to main content

How to hide Bold Branding in Subscription Widget?

G
Written by Graham Barrett

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;}
Did this answer your question?