Created
October 17, 2017 04:51
-
-
Save AmeliaBriscoe/1cab092e36ad6502ddad52f80475a322 to your computer and use it in GitHub Desktop.
After Entry Opt In Form Hide/Show
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Here is the code I used to hide and show my opt in forms. Make sure to replace the enews ID with your own */ | |
| #enews-ext-3, #enews-ext-4, #enews-ext-5 { display: none; } | |
| .category-3 #enews-ext-5 { display: block; } | |
| .category-2 #enews-ext-4 { display: block; } | |
| .category-1 #enews-ext-3 { display: block; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment