Okay
  Public Ticket #529060
black bar
Closed

Comments

  • Frank started the conversation

    Hi - this black bar on top is driving me nuts. I have the secondary header off. Not sure where else to get rid of it.

  •  8,990
    Tahir replied

    Hey ,

    See screenshot: http://prntscr.com/8gjsqi . Its the google conversion script.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body > iframe {display:none !important;}

    Thanks


    ThemeNectar Support Team 

  • Frank replied

    Didn\'t work. Any other ideas?

  • Frank replied

    Tried this too with no luck:

    iframe[name=\"google_conversion_frame\"]{display:block; height:0;}

  • Frank replied

    Just tried this as well (around the google conversion.js):

    <div style=\"display:none\">

    </div>

    Doesn\'t work either.

  •  8,990
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    img[src*=\"visitor\"] {
        display: none !important;
    }

    See screenshot: http://prntscr.com/8gyhv9 . Not sure where its coming from.

    Best,

    -T


    ThemeNectar Support Team 

  • Frank replied

    That worked! Thanks.