Created
February 15, 2016 01:53
-
-
Save builtbylane/00e7bc9de1f50840e028 to your computer and use it in GitHub Desktop.
Hide google_conversion_frame iframe
This file contains 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
iframe[name='google_conversion_frame'] { | |
height: 0 !important; | |
width: 0 !important; | |
line-height: 0 !important; | |
font-size: 0 !important; | |
margin-top: -13px; | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment