Add HTML attributes to widgets
Hi everyone
How can i add ID to a button ?
I know about the widget ID, but I'm referring to ID that I can call from css with #ID.
It doesn't work with widget ID because it's not visible in html code.

#btn
{
background-color: green;
}
This is the result if I manually add the ID attribute from debug mode



