We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Index:
Styles from the Pico documentation, modified to work with the Newspack theme by adding !important, and switching display: block to display: inherit:
!important
display: block
display: inherit
.HideWhenRegistered[data-pico-status="registered"], .HideWhenRegistered[data-pico-status="paying"] { display: none !important; } .ShowWhenRegistered { display: none !important; } .ShowWhenRegistered[data-pico-status="registered"], .ShowWhenRegistered[data-pico-status="paying"] { display: inherit !important; } .HideWhenPaying[data-pico-status="paying"] { display: none !important; } .ShowWhenPaying { display: none !important; } .ShowWhenPaying[data-pico-status="paying"] { display: inherit !important; }