Iframe
-
I have an <iframe> inserted to my page, which is working great, but I need to remove some elements of the page with CSS.
I have identified the post-id and identified the elements that I need to remove using the ‘Inspect’ part of Chrome.
My Custom CSS is:
#post-41 img, footer .newsletter_row .module {
display: none;
}Nothing is being removed?
What have I missed?
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Iframe’ is closed to new replies.