I'm currently working on this page. There is an iFrame at the bottom for live chat (please see photo1) and i would like to hide it as we don't want it on this page.
Photo1
Any advice on how to do this would be greatly appreciated.
This will hide the live chat iFrames from all of your page.
If it is really the one page you can add the page class to it. You find it by opening the browser inspector and look for the class which your body has and add it to the code above.
browser inspector shortcut:
Chrome: STRG+ALT+i(WIN) or CMD+ALT+i(macOS)
(other browsers should be very similar)
or
right-click and inspect/explore
You'll find the body class here:
by adding the body class to the code it should look like this:
This will hide the live chat iFrames from all of your page.
If it is really the one page you can add the page class to it. You find it by opening the browser inspector and look for the class which your body has and add it to the code above.
browser inspector shortcut:
Chrome: STRG+ALT+i(WIN) or CMD+ALT+i(macOS)
(other browsers should be very similar)
or
right-click and inspect/explore
You'll find the body class here:
by adding the body class to the code it should look like this: