1
Hello, I have a page and I am displaying it in an iframe, I want to create as if it were a version 2 of the page with another style, for that I want to remove the css from it and add another one without having to edit in the style.css file, because I also want to keep the v1 page with the same style. Help me, it’s in the same realm.
You can create another css just for the other page.
– Sam
You’re missing the point, I want to edit what’s inside the iframe and save the other page, plus I want to remove some Divs
– Hycherd Pereira Duarte
You want to change styles and manipulate elements.
– Sam
Yes, I want to edit the styles and remove a div called top, where is the menu and the search bar
– Hycherd Pereira Duarte
I posted an answer with the necessary code for this. This div "top" has id?
– Sam
It is without id unfortunately
– Hycherd Pereira Duarte
All right, it doesn’t need to have id, but it has to have some reference.
– Sam
Just missing a small correction in the code, which I will update now.
– Sam
Has the name that is top
– Hycherd Pereira Duarte