Skip to content

Instantly share code, notes, and snippets.

@pmciano
Created May 2, 2018 15:16
Show Gist options
  • Save pmciano/f27d360823d3a5f50a0e3ed4217538dc to your computer and use it in GitHub Desktop.
Save pmciano/f27d360823d3a5f50a0e3ed4217538dc to your computer and use it in GitHub Desktop.
/* Remove Jetpack Ads on Search Results Page */
.search .wpcnt {
display: none;
}
/* Show Jetpack Ads in Ads Widget on Search Results Page */
.search .widget-area .wpcnt {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment