Remove Wild Apricot tag
I would like to remove 'Powered by Wild Apricot Membership Software'. This is a paid service, so why should we be forced to give you free advertising.
This can be easily deleted, update your page templates. If in trouble, contact our support, they will help
-
Kevin commented
Ed and Scott code did not work in late 2022 but were perfect leads to what did work:
.zoneBranding {
display: none;
}I would have preferred direct edit on the theme template (did not allow) or theme override and top replaced it with my own text (Like © [my domain with Link to copyright information]). It is my paid site, correct?
-
Captain commented
Yes, huge resentment from our membership at email blasts from Wild Apricot promoting their brand so much so that a really good management tool (WA) was eventually canned due to membership push-back.
-
Scott Hendison commented
Eds code didnt work exactly as copied, but this did:
.zoneBrandingOuter {
display: none;
} -
Ed Wayt commented
I removed it by adding the following to my CSS (Website | CSS):
.zoneBrandingOuter {display: none}