So I’d like to remove or add display: none for the “Proudly brought to you by BuddyForms” on this page:
I can’t seem to figure out exactly how to target just that element with CSS for some reason.
Can anyone help?
Thank you!
So I’d like to remove or add display: none for the “Proudly brought to you by BuddyForms” on this page:
I can’t seem to figure out exactly how to target just that element with CSS for some reason.
Can anyone help?
Thank you!
Hello John,
Thanks for writing in!
To get rid of the text in your BuddyForms, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
div [clss="branding"]{
display: none;
}
Please let us know if this works out for you.
Awesome, thank you! That was difficult for some reason.
Hey John,
Though the custom CSS worked, I’d still recommend that you contact ThemeKraft, the developer of BuddyForms, if there’s an option to remove the credits because this is usually available or quite standard in plugins.
Thanks.
Ok thanks. I think I just need to upgrade to their Pro version, which I plan on doing soon.
That’s great! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.