Title: CSS Format Settings
Last modified: August 30, 2016

---

# CSS Format Settings

 *  Resolved [chicagola](https://wordpress.org/support/users/chicagola/)
 * (@chicagola)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-format-settings/)
 * Is there a way to change the CSS format settings for shortcode used in pages,
   such as [mz-mindbody-show-schedule], particularly the header (grey background,
   border lines, etc.) ?
 * [https://wordpress.org/plugins/mz-mindbody-api/](https://wordpress.org/plugins/mz-mindbody-api/)

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

 *  Plugin Author [mikeill](https://wordpress.org/support/users/mikeill/)
 * (@mikeill)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-format-settings/#post-6432284)
 * Oh yesI I would recommend doing it in your theme. If you use, say the Firebug
   Firefox extension, you can view the generated HTML in the page:
 *     ```
       <table class="mz-schedule-filter">
         <tfoot>
           <tbody>
             <tr class="header">
               <th class="mz_date_display" scope="header">Thu August 13</th>
               <th class="mz_classDetails" scope="header">Class Name</th>
               <th class="mz_staffName" scope="header">Instructor</th>
               <th class="mz_sessionTypeName" scope="header">Class Type</th>
             </tr>
           </tbody>
       ```
   
 * You can [use those classes](https://css-tricks.com/complete-guide-table-element/)
   to set coloring, font, etc. It’s a [bootstrap](http://www.w3schools.com/bootstrap/bootstrap_ref_css_tables.asp)
   table so as long as your theme doesn’t conflict, that may be useful.
 * You could also use jQuery onload events to make more advanced changes. And feel
   free to reach out to me via mZoo.org, but will be away through the weekend.
 *  Thread Starter [chicagola](https://wordpress.org/support/users/chicagola/)
 * (@chicagola)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/css-format-settings/#post-6432441)
 * This is great, thank you. We were able to make the CSS changes succesfully.
 * Also, we found that MZ Mindbody API moves our drop down menus to the right about
   100 pixels, only on the page with the shortcode. Do you know what could be causing
   this and what we can do to fix it?

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

The topic ‘CSS Format Settings’ is closed to new replies.

 * ![](https://ps.w.org/mz-mindbody-api/assets/icon.svg?rev=3529179)
 * [MZ Mindbody API](https://wordpress.org/plugins/mz-mindbody-api/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mz-mindbody-api/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mz-mindbody-api/)
 * [Active Topics](https://wordpress.org/support/plugin/mz-mindbody-api/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mz-mindbody-api/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mz-mindbody-api/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [chicagola](https://wordpress.org/support/users/chicagola/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/css-format-settings/#post-6432441)
 * Status: resolved