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

  • Author
  • #98735
     collandi
    Participant

    Hello!

    I have to remove the login fields in header and the fields @username and upgrade accout.

    I will make a membership site but only with handselected users.

    Please look at my screenshot.

    I tried to add

    .user-nicename {display: none !important;}

    .eight.columns.login-buttons {display: none !important;}

    to the child theme style.css but it doesn’t work.

    Thank you very much for your suggestions.

    Andreas

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

    Hello, please try the following

    COPY CODE
    
    #profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
        display: none;
    }
    span.user-nicename {
        display: none !important;
    }
    

    Make sure you have child theme activated and deleted 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 🙂

    #99324
     collandi
    Participant

    Hello Laura,
    thank you for the code. It works.

    Its possible to remove the login field in the header? I would use a widget for the login/logout. Or show it for logged in users only.

    Thank you in advanced

    Andreas

    #99612
     Laura
    Moderator

    Hello, please try adding this

    COPY CODE
     li.header-login-button {
        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 🙂

    #99763
     collandi
    Participant

    Thank you very much!

    I was blind … 😉

    Keep up the good work.

    #100081
     Laura
    Moderator

    Thanks you! glad it helped 🙂

    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?