mb_user_profile_info and mb_user_profile_info Title

Support MB User Profile mb_user_profile_info and mb_user_profile_info TitleResolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42117
    PiotrPiotr
    Participant

    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.

    #42126
    PeterPeter
    Moderator

    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?

    #42174
    PiotrPiotr
    Participant

    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"].

    Here is one screenshot.

    #42179
    PeterPeter
    Moderator

    Hello,

    You can use this custom CSS code to hide the meta box title on the frontend.

    #profile-form > .rwmb-meta-box > h2 {
        display: none;
    }
    #42284
    PiotrPiotr
    Participant

    Hi Peter,

    I thought there would be different way, but okay, thank you for the suggestion.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.