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

  • Author
  • #182078
     UTA user
    Participant

    Hi there,

    How can we hide the articles section (or any other section for that matter) on the profile page? (see attached)

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #182099
     Laura
    Moderator

    Hello, the articles section is shown because of Social Articles plugin, you can deactivate it or hide it with css, i can help with wp-admin access 🙂 same with the other

    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 🙂

    #182125
     UTA user
    Participant
    This reply has been set as private.
    #182265
     Laura
    Moderator

    Hello, here, just add to style.css the ones you want to hide

    COPY CODE
    
    li#articles-personal-li {
        display: none !important;
    }
    li#media-personal-li {
        display: none !important;
    }
    li#forums-personal-li {
        display: none !important;
    }
    li#groups-personal-li {
        display: none !important;
    }
    li#friends-personal-li {
        display: none !important;
    }
    li#blogs-personal-li {
        display: none !important;
    }
    li#xprofile-personal-li {
        display: none !important;
    }
    li#activity-personal-li {
        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 🙂

    #182338
     UTA user
    Participant
    This reply has been set as private.
    #182519
     Laura
    Moderator

    Hello, did you try clearing cache?

    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 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?