Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Created November 1, 2018 19:39
Show Gist options
  • Save MAXHEADR0OM/27fa977cb43a0419bdaa4224fcb7171a to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/27fa977cb43a0419bdaa4224fcb7171a to your computer and use it in GitHub Desktop.
Change Logo for Mobile in Divi
/* Paste this code in the additional CSS box in theme options */
@media only screen and (max-width: 980px) {
#logo {
content: url("/wp-content/uploads/2017/06/your-awesome-mobile-logo.png");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment