• Resolved angelrq98

    (@angelrq98)


    Hi,

    i want to hide/remove the webcam screen button in the profile section of the users.

    i have use this code:

    @media screen and (max-width:768px) {
    .rcl-avatar-icon.icon-webcam-upload {
    display: none;
    }
    }

    but it just dont work.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Webcam Screen Button’ is closed to new replies.