Skip to content

Instantly share code, notes, and snippets.

@mrkdevelopment
Created July 1, 2017 07:12
Show Gist options
  • Select an option

  • Save mrkdevelopment/e895f3e8b03b10326fb3bf46fb63ab53 to your computer and use it in GitHub Desktop.

Select an option

Save mrkdevelopment/e895f3e8b03b10326fb3bf46fb63ab53 to your computer and use it in GitHub Desktop.
Hide back to top on mobile
@media only screen and ( max-width: 651px ) {
.et_pb_scroll_top{
display:none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment