Remove Profile in Top Menu?

Home Forums Legacy Support Support queries How-to & Troubleshooting Remove Profile in Top Menu?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38791
    mas6ce
    Spectator
    Hi!  I would like to remove the profile picture and name from the top right menu (the picture and name "Megan" in the attachment) - I've tried some different combinations of code in Customizer but nothing is working so far :(  Is there a way to do this?  Thanks!
    #38833
    H.K. Latiyan
    Participant
    Please use this css in your wp-admin->appearance->customize->custom css:
    .topmenu a.smallimg.vbplogin {
    display:none;
    }
    The above css will only hide the name and the image of the user. Let us know if this helps.
    #38954
    mas6ce
    Spectator
    That worked!  Thank you! :)
    #39128
    H.K. Latiyan
    Participant
    Thanks for confirming. So marking the topic as resolved and closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Profile in Top Menu?’ is closed to new replies.