Title: Removing title &amp; Instructions
Last modified: August 24, 2016

---

# Removing title & Instructions

 *  Resolved [totallytech](https://wordpress.org/support/users/totallytech/)
 * (@totallytech)
 * [11 years ago](https://wordpress.org/support/topic/removing-title-instructions/)
 * Hi,
 * Is there a way to remove the title and instructions?
 * At the moment I have:
 * OUR SCHEDULE FOR APRIL 2015
    CLICK A FREE DAY TO CHECK A TIME SLOT FOR YOUR APPOINTMENT.
 * but I really don’t want them.
 * [https://wordpress.org/plugins/appointments/](https://wordpress.org/plugins/appointments/)

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

 *  [David](https://wordpress.org/support/users/ugotsta/)
 * (@ugotsta)
 * [11 years ago](https://wordpress.org/support/topic/removing-title-instructions/#post-6054454)
 * Hey [@totallytech](https://wordpress.org/support/users/totallytech/),
 * Thanks for your question! And yep, you can easily remove that bit using CSS like
   so:
 *     ```
       .appointments-wrapper h4:first-child,
       .appointments-wrapper .appointments-instructions {
         display: none;
       }
       ```
   
 * At Appointments > Settings you’ll see a ‘Additional css Rules’ option, you can
   paste it there and that should take care of it.
 * How’s that work for ya? 🙂
 * Cheers,
    David
 *  Thread Starter [totallytech](https://wordpress.org/support/users/totallytech/)
 * (@totallytech)
 * [11 years ago](https://wordpress.org/support/topic/removing-title-instructions/#post-6054473)
 * Hi David!
 * Thats perfect, thank you 🙂

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

The topic ‘Removing title & Instructions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointments_eaf36c.svg)
 * [Appointments](https://wordpress.org/plugins/appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [totallytech](https://wordpress.org/support/users/totallytech/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/removing-title-instructions/#post-6054473)
 * Status: resolved