Viewing 1 replies (of 1 total)
  • Plugin Author Phil

    (@philsbury)

    Hi @primaryjane,

    Somewhere in your CSS you’re setting this:

    .age-gate-heading {
        width: 0;
        height: 0;
        overflow: hidden;
        direction: ltr;
        text-indent: -9999;
    }

    So the heading has no width or height (or overflow) so is effectively hiding the image. Removing those should make it appear

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Logo not displaying / button css’ is closed to new replies.