I\'m currently working on a project where I have no control over the HTML that I am applying CSS styles to. And the HTML is not very well labelled, in the sense that there a
For future googlers, FYI, the method in the answer by @meder , can be used with any element that has a name attribute, so lets say theres an with the name xyz then you can use the rule as belows.
iframe[name=xyz] {
display: none;
}
The name attribute can be used on the following elements: