Home › Forums › XMetaL Tips and Tricks › CSS: Hiding Specific PIs and Styling Selected PIs Differently › Reply To: CSS: Hiding Specific PIs and Styling Selected PIs Differently
Reply to: CSS: Hiding Specific PIs and Styling Selected PIs Differently
August 5, 2015 at 1:17 pmI'm having trouble with the the CSS required to make the following PI not display:
[code][/code]
The PI is generated by an XFT form, and when inserted, it displays, even though I have this in my CSS:
[code]$procins[xm-pi-target=”revision-add-start”]{
display: none;
}[/code]
Any ideas?