Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created October 17, 2017 04:51
Show Gist options
  • Select an option

  • Save AmeliaBriscoe/1cab092e36ad6502ddad52f80475a322 to your computer and use it in GitHub Desktop.

Select an option

Save AmeliaBriscoe/1cab092e36ad6502ddad52f80475a322 to your computer and use it in GitHub Desktop.
After Entry Opt In Form Hide/Show
/* 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