Meta Box
Support Forum
Support › MB User Profile › mb_user_profile_info and mb_user_profile_info TitleResolved
H,
Is there a way to remove mb_user_profile_info and mb_user_profile_info title? By default, I see "User Profile" and "Info", respectively.
Thanks.
Hello,
I don't see that title when using the shortcode [mb_user_profile_info] on my demo site. Can you please share your site URL where I can see that?
[mb_user_profile_info]
Hi, The website is unfortunately offline. I create one form with the following shortcodes: [mb_user_profile_info id="user_profile"] and [mb_user_profile_info id="rwmb-user-info"].
[mb_user_profile_info id="user_profile"]
[mb_user_profile_info id="rwmb-user-info"]
Here is one screenshot.
You can use this custom CSS code to hide the meta box title on the frontend.
#profile-form > .rwmb-meta-box > h2 { display: none; }
Hi Peter,
I thought there would be different way, but okay, thank you for the suggestion.