Old buddypress profile page blinks at loading

Home Forums Legacy Support Support queries Styling issues Old buddypress profile page blinks at loading

Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #385027
    Superbobrik
    Participant
    Hello! I am not talking aboit space... I am talking about https://prnt.sc/SoMhJDoMYJAJ Only at profile, only on view profile
    #385067
    Anshuman Sahu
    Keymaster
    Hi please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
    .admin-bar .vibebp_myprofile .profile_menu{
        top:0;
    }
    
    .withsidebar .vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:before, .withsidebar .vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:after {
        box-shadow: 1.5rem 0 0 var(--sidebar);
    }
    
    .vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:after,.vibebp_myprofile.elegance .profile_menu .menu_items>div.is_active>span:before {
      
        right: calc(0.5rem - 4px);
    }
    #385088
    Superbobrik
    Participant
    This reply has been marked as private.
    #385122
    Anshuman Sahu
    Keymaster
    Hi please add this css code in customize -> custom css :
    body.vibebp_my_profile,html{
        font-size:1em !important;
    }
    #385160
    Superbobrik
    Participant
    Great! It works, thank you
    #385215
    Veronica
    Moderator
    thanks for your confirmation
Viewing 6 posts - 31 through 36 (of 36 total)
  • The topic ‘Old buddypress profile page blinks at loading’ is closed to new replies.