Archived topic
Disable Elements (Image) For One Page Only
3 replies · Started by Rylan Urban on March 7, 2017
Viewing posts 1–4 of 4
Hello,
I would like to disable the 3 image elements that I have along the right side of the page.
CSS is ok,
Ideas?
Hi Rylan,
Try this:
.page-id-394 .saskpowericon,
.page-id-394 .solarpanelwarranty,
.page-id-394 .solarworksmanshipwarranty {
display: none;
}
Let me know.
Thanks again!
perfect :)
You're welcome :)
This archived topic is closed to new replies.