This topic has 7 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #163946
     internetservice
    Participant

    hi support, I am trying to remove fullname from a profile. I need to do this so that the other user can only see the photo of another user and not their fullname. so this user will be forced to communicate with another user and not search their name on facebook to find out more about another user. and they will have to communicate in my dating site

    are there any way to do this? to remove fullname in the sweetdate themes

    #164095
     Laura
    Moderator

    Hello, yes, just add this to style.css of child theme 🙂

    COPY CODE
    
    dt.bp-field-name.bp-field-id-1 {
        display: none !important;
    }
    dd.bp-field-value.bp-field-id-1 {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164157
     internetservice
    Participant

    I did put that code but it didn’t remove anything from what I can see. can you look at this screenshot and tell me how to remove the fullname on the site.

    http://jacobian.xyz/img/fullnamese.jpg

    #164376
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    .bp-user .breadcrumbs li:last-child {
        display: none;
    }
    #profile h2 {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164403
     internetservice
    Participant
    This reply has been set as private.
    #164546
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    div#item-header-avatar {
        margin-left: -15%;
    }
    .pull-two {
        right: 13% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164582
     internetservice
    Participant

    yes, thanks for your help. I can solve it now. 🙂

    #164689
     Laura
    Moderator

    Glad to help 🙂
    Please rate us 5 stars at themeforest, it would help a lot 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?