Adjust logged in menu

Home Forums Legacy Support Support queries Styling issues Adjust logged in menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #194464
    LMSfriend
    Participant
    Hi, I need to change to things in logged in menu: 1) Remove, that username links to the profile (just remove the hyperlink)   2) I need to add a little bit more space between username and LOGOUT: now: https://prnt.sc/me4two what i need: https://prnt.sc/me4ule ("view the profile" is already hidden!)   Thanks
    #194465
    LMSfriend
    Participant
    This reply has been marked as private.
    #194488
    Scott Lang
    Moderator
    Hey, 1- little bit more space between username and LOGOUT Please goto wp-admin > appearance > customize > custom css > paste & save. .logged-in div#vibe_bp_login li#vbplogout {     margin-top:10px !important; } refer this : http://prntscr.com/me7jaw   2- Do you want to remove hyperlink from this section. please confirm Refer this : http://prntscr.com/me7kmc Regards
    #194493
    LMSfriend
    Participant
    Hi Scott, 1) Working, thanks!   2) I need to have the username in logged in menu without linking to profile: https://prnt.sc/me7pqs (reason: I have hidden all activity, thats why link is invalid) Thanks
    #194504
    Scott Lang
    Moderator
    2) I need to have the username in logged in menu without linking to profile: paste this code in wp-admin > wplms > footer > google analytics code. <script> $(document).ready(function(){ $("header.sleek div#sidebar-me li#username a"). removeAttr("href"); }); </script>   refer this:
    #194507
    LMSfriend
    Participant
    2) Working, thanks.   Thread can be closed.
    #194521
    Scott Lang
    Moderator
    Ok , We are closing this topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adjust logged in menu’ is closed to new replies.