Title: Can&#039;t see Register button
Last modified: August 21, 2016

---

# Can't see Register button

 *  Resolved [glitterballtheparty](https://wordpress.org/support/users/glitterballtheparty/)
 * (@glitterballtheparty)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/)
 * Hi there!
 * The plugin is great, but I have one issue: I can’t see the Register button! If
   I “Inspect Element” I can see where the button is supposed to be, but it’s not
   coloured or clickable. Any ideas what I’m doing wrong?
 * Thanks,
    Simon
 * [https://wordpress.org/plugins/camptix/](https://wordpress.org/plugins/camptix/)

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

 *  Thread Starter [glitterballtheparty](https://wordpress.org/support/users/glitterballtheparty/)
 * (@glitterballtheparty)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002732)
 * 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/](http://www.glitterball-london.co.uk/glitterball-xvi/)
 *  Plugin Contributor [Ian Dunn](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002750)
 * 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](https://wordpress.org/support/users/glitterballtheparty/)
 * (@glitterballtheparty)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002788)
 * 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](https://wordpress.org/support/users/iandunn/)
 * (@iandunn)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002832)
 * Something like should fix it without affecting other things:
 *     ```
       #tix input {
           visibility: visible;
       }
       ```
   
 *  Thread Starter [glitterballtheparty](https://wordpress.org/support/users/glitterballtheparty/)
 * (@glitterballtheparty)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002833)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/camptix_aea99d.svg)
 * [CampTix Event Ticketing](https://wordpress.org/plugins/camptix/)
 * [Support Threads](https://wordpress.org/support/plugin/camptix/)
 * [Active Topics](https://wordpress.org/support/plugin/camptix/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/camptix/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/camptix/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [glitterballtheparty](https://wordpress.org/support/users/glitterballtheparty/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/cant-see-register-button/#post-5002833)
 * Status: resolved