Title: Styling Table Borders
Last modified: August 22, 2016

---

# Styling Table Borders

 *  Resolved [tfagency](https://wordpress.org/support/users/tfagency/)
 * (@tfagency)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styling-table-borders/)
 * I am having nothing but trouble styling the table borders for the main calendar.
   I think the class to target is this one:
 *  **.app_monthly_schedule_wrapper table td**
 * …but after using this in my theme style’s CSS I’m not seeing any affect. Not 
   sure if I should create a child CSS or if I can just add some class to my theme
   styles.
 * Can you advise how to override the light gray border around the monthly calendar
   table?
 * [https://wordpress.org/plugins/appointments/](https://wordpress.org/plugins/appointments/)

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

 *  Plugin Contributor [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styling-table-borders/#post-5655662)
 * Hi [@tfagency](https://wordpress.org/support/users/tfagency/),
 * I hope you are well today and thank you for your question.
 * You can override the light gray border around the monthly calendar table by adding
   the following CSS code in the style.css file of your child theme or adding the
   CSS code in the appointment plugin “Additional css Rules” option on the following
   path.
 * Admin Area -> Appointments -> Settings -> General -> Display Settings
 *     ```
       .appointments-wrapper .appointments-list table td,
       .appointments-wrapper .appointments-list table th {
       border: 1px solid #000 !important;
       }
       ```
   
 * The above code is working fine for me but if somehow the above code doesn’t work
   for you then please share me your appointment page URL so that i can troubleshoot
   it.
 * Best Regards,
    Vinod Dalvi
 *  Thread Starter [tfagency](https://wordpress.org/support/users/tfagency/)
 * (@tfagency)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styling-table-borders/#post-5655671)
 * Hmmm not working.
 * Check out the page here:
 * [http://thefairbankagency.com/beta/tailorynyc/appointment-concierge/](http://thefairbankagency.com/beta/tailorynyc/appointment-concierge/)
 *  Plugin Contributor [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/styling-table-borders/#post-5655693)
 * Hi [@tfagency](https://wordpress.org/support/users/tfagency/),
 * Thank you for your reply.
 * Could you please tell me how you are using the provided CSS code?
 * I checked the appointment page on your site but didn’t find the CSS code added
   anywhere.
 * I used the CSS code on that page using the browser inspector and found it’s working
   fine changing the border of main calendar as shown in the following screenshot.
 * > [View post on imgur.com](https://imgur.com/QrtMMqU)
 * Please advise.
 * Regards,
    Vinod Dalvi

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

The topic ‘Styling Table Borders’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/styling-table-borders/#post-5655693)
 * Status: resolved