1
share (joys, benefits, privileges etc) with others

How to hide my buttons

I have 2 buttons that have the same class but different IDs. (id="1″ and id="2″)
To hide the button, this code works:button.classname { display: none;}
But it hides two buttons, can I specify the ID of the buttons in the css?
I just want to hide the first button id="1″
I tried to usebutton.classname[id="1″] { display: none;}

😭😭😭😭😭 but it didn't work.
Is there a way to fix this?

What's the code?

Please log in to post a comment

    return (to a previous condition)1
    See only the author.