Title: New version breaking the CSS
Last modified: June 17, 2020

---

# New version breaking the CSS

 *  [ajiwani](https://wordpress.org/support/users/ajiwani/)
 * (@ajiwani)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/)
 * Seems like recent updates have broken the CSS. The radio buttons have gone missing
   after I upgraded to the latest Salon version. Problem went away after I deactivated
   the plugin. I am using Ascension theme with Gravity Forms.

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

 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13001771)
 * Hi,
 * do you have the 3.42.2 version installed? If so share the url of your website.
 *  [DavidIborra](https://wordpress.org/support/users/davidiborra/)
 * (@davidiborra)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13020101)
 * I see a similar problem with CF7 checkboxes they disappear since the last update,
   I’m running version 3.42.2 of Salon Booking plugin.
 * salon-booking-calendar-shortcode css forces this rule making all checkboxes to
   hide
 *     ```
       input{
       -webkit-appearance: none;
       }
       ```
   
 * In case someone needs a quick fix while waiting for new plugin version with a
   fix. this will override the salon booking css rule
 *     ```
       input[type="checkbox"]{
           -webkit-appearance: checkbox !important;
           appearance: checkbox !important;
       }
       ```
   
 *  [hgasparin](https://wordpress.org/support/users/hgasparin/)
 * (@hgasparin)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13026519)
 * Hello, we also have had problems with the css in the new version. The calendar
   shortcode has changed the format and adjusts very poorly to the different screens
 *  Thread Starter [ajiwani](https://wordpress.org/support/users/ajiwani/)
 * (@ajiwani)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13066394)
 * [@wordpresschef](https://wordpress.org/support/users/wordpresschef/) I upgraded
   to the 3.43.1 version but the problem persists. Check the checkbox (missing) 
   on this url
 * [https://www.lifefoundationhomecare.com/covid-19-questionnaire/](https://www.lifefoundationhomecare.com/covid-19-questionnaire/)
    -  This reply was modified 5 years, 11 months ago by [ajiwani](https://wordpress.org/support/users/ajiwani/).
    -  This reply was modified 5 years, 11 months ago by [ajiwani](https://wordpress.org/support/users/ajiwani/).
 *  Plugin Author [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * (@wordpresschef)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13067505)
 * Hi,
 * I don’t see any CSS rule of Salon Booking that is hiding that check-boxes..

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

The topic ‘New version breaking the CSS’ is closed to new replies.

 * ![](https://ps.w.org/salon-booking-system/assets/icon-256x256.gif?rev=3214950)
 * [Salon Booking System - Free Version](https://wordpress.org/plugins/salon-booking-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/salon-booking-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/salon-booking-system/)
 * [Active Topics](https://wordpress.org/support/plugin/salon-booking-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/salon-booking-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/salon-booking-system/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Dimitri Grassi](https://wordpress.org/support/users/wordpresschef/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/new-version-breaking-the-css/#post-13067505)
 * Status: not resolved