I\'m implementing a JSF component base where you must override the css being used or it will use its default css. I\'m trying trying to hide the div and I\'ve
div
This works for me..
!important can't be used in amp version so instead of display:none; use this:
!important
display:none;
position: absolute; top: -9999px; left: -9999px;