Activity

  • Carly replied to the question Change Sidebar Styling in the forum OneSocial theme 8 years ago

    Hi @anve

    I’m still struggling to get the sidebar styled. Am I supposed to add all three lots of code you provided or just the final one? The final one on its own didn’t change anything and returned the menu to default.
    I’ve attached a screenshot of exactly what else needs to be changed and this is the code I have added:

    @media screen and (max-width:480px){
    #wpadminbar #wp-admin-bar-my-account-buddypress li .ab-sub-wrapper {
    display: none;
    }
    #wpadminbar #wp-admin-bar-my-account-buddypress li a {
    background-color: #000;
    cursor: pointer;
    }
    }