This topic has 2 replies, 2 voices, and was last updated 10 years by newimageind.

  • Author
  • #78121
     newimageind
    Participant

    In member’s directory page, I’d like the huge word “Members” and the small words”All Members” gone, then get rid of the space between the member’s photo and the search bar, as the arrows shows.

    In member’s profile page, I’d like the @username and “active XXX minutes ago” completely gone.

    Thank you for your help!

    #78302
     Laura
    Moderator

    Hello, please try to add this to style.css of child theme 🙂

    COPY CODE
    
    .item-list-tabs {
        display: none;
    }
    .search-result .twelve.columns h2 {
        display: none;
    }
    #profile .user-nicename {
        display: none;
    }
    #profile .activity {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #78303
     newimageind
    Participant

    That worked, thank you!

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?