How to hide div class from my form?

  • anchorbatco
    Asked on March 1, 2016 at 9:51 PM

    There is a small tick mark showing up to the left of our header messages. Not sure where it came from. Would love your help in removing this!

     

    How to hide div class from my form? Image 1 Screenshot 20

  • Nik_C
    Replied on March 2, 2016 at 5:25 AM

    Hello there, 

    You see that small mark because you have some header logo that is actually not showing, anyway, you can put this in your CSS and it will remove that mark:

    .header-logo {

    visibility: hidden;

    }

    And here is how it looks like after:

    How to hide div class from my form? Image 1 Screenshot 20

    Please let me know if this helps and if you need more help.

    Best regards.