Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter glitterballtheparty

    (@glitterballtheparty)

    Here’s a link to the page I’ve set up showing it not quite working (I also need to fix the table formatting but that’s for another post…)

    http://www.glitterball-london.co.uk/glitterball-xvi/

    Plugin Contributor Ian Dunn

    (@iandunn)

    It’s there, but the page’s CSS is hiding it:

    html, body, input[type="submit"], .section-block, .tagline, #blog-section {
    font-family: Open Sans;
    font-weight: normal;
    font-style: normal;
    color: #616161;
    visibility: hidden;
    Thread Starter glitterballtheparty

    (@glitterballtheparty)

    Thanks Ian. I’m afraid I’m a bit of an amateur with all this stuff – how should I go about fixing this? Is it as simple as deleting the offending CSS code from the template I’m using (I’m assuming that’s where it’s come from), or will I have to add something to overwrite it?

    Plugin Contributor Ian Dunn

    (@iandunn)

    Something like should fix it without affecting other things:

    #tix input {
        visibility: visible;
    }
    Thread Starter glitterballtheparty

    (@glitterballtheparty)

    Genius! Thanks a bunch!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Can't see Register button’ is closed to new replies.