This topic has 7 replies, 2 voices, and was last updated 8 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
    #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
    #164403
     internetservice
    Participant

    yes, thanks for the info. I’ve now able to hide the fullname on the profile. like below screenshot
    full

    but as you can see the button of poke, send a message and add as a friend didn’t line up horizontally and it looks kind of bit off. can you tell me how to fix the 3 button so it will all align horizontally?

    you can use this credentials to login into the site

    username: me@jacobian.xyz
    password: motorola52

    and you can use this link to go directly to the profile page

    http://www.dnsj.dk/medlemmer/rahmasr/

    #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
    #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
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?