Activity

  • Stephen replied to the question Customize Profile menu icons in mobile in the forum OneSocial theme 8 years ago

    Hi @costyclan,

    I would recommend making these changes in the custom.css in your child-theme. One Social mobile has three responsive sizes (480 pixels and smaller, 481 pixels and larger, and 721 pixels and larger.) This means you should add your custom code in each of the three sections between the appropriate opening and closing brackets as such:

    @media screen and (min-width: 481px) {

    /*
    .just_an_example_of_where_to_put_your_custom_css {
    color: black;
    }
    */

    }/* don't delete this closing bracket */

    Lastly, with regards to not seeing immediate changes. I would check to see if you have a cache plugin installed and or if your hosting provider has one. If you do, I would recommend turning those off while in development to see things while you’re working on them. If you don’t want to, or can’t turn it off, (perhaps your host won’t allow it,) then you can try a private session in your browser.