Title: CSS problem
Last modified: December 18, 2020

---

# CSS problem

 *  Resolved [deepmark](https://wordpress.org/support/users/deepmark/)
 * (@deepmark)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-92/)
 * Hello,
 * I’m having a problem with the plugin’s css.
    There are css lines that work like(
   it is the copy / paste of what I insert in “Appointment Hour Booking – General
   Settings> Edit styles”):
 * #fbuilder .pbSubmit {
    background-color: #312256; border-radius:23px; }
 * but for example if I want to add css lines such as :
 * #fbuilder .pbSubmit {
    margin-top:12px; margin-bottom:12px; margin-right:20px;
   margin-left:20px;
 *  color:#FFFFFF;
    }
 * I have the same problem on many other elements of the plugin such as the form
   and the calendar for example
 * Best regards,
    Stéphanie Marzolini Deepmark
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-problem-92%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-92/#post-13808613)
 * Hi,
 * The following style is correct:
 *     ```
       #fbuilder .pbSubmit {
       margin-top:12px;
       margin-bottom:12px;
       margin-right:20px;
       margin-left:20px;
       color:#FFFFFF;
       }
       ```
   
 * Please be sure to clear the website and browser cache after adding it.
 * Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘CSS problem’ is closed to new replies.

 * ![](https://ps.w.org/appointment-hour-booking/assets/icon-256x256.png?rev=1784135)
 * [Appointment Hour Booking - Booking Calendar](https://wordpress.org/plugins/appointment-hour-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-hour-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-hour-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-hour-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-hour-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-hour-booking/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/css-problem-92/#post-13808613)
 * Status: resolved