Google AdWords: remove iframe added by tracking conversion code

后端 未结 5 1923
心在旅途
心在旅途 2021-02-01 12:44

I want to add Google AdWords to my site but the script I\'m supposed to add creates an iframe in the dom. This iframe is visible and moves down 13px (its height) all my page.

5条回答
  •  失恋的感觉
    2021-02-01 13:13

    I normally add this CSS(3) rule to the stylesheet:

    iframe[name=google_conversion_frame] 
    {
        display: none !important;
    }
    

    Hope it helps.

提交回复
热议问题