Hello Guys, I wanna remove an iframe of head section from website. This is the code that removes all iframes(obviously): iframe{display:none!important;} Code (markup): But when i try to remove iframe from head section using this code: #fw-head {iframe display:none!important;} Code (markup): (Doesn't Work) So need a code for removing an iframe in head section that works.
or you could comment it out using #iframe{display:none!important;} (php) or <--!iframe{display:none!important;}--> (html)