Title: Border style
Last modified: August 22, 2016

---

# Border style

 *  Resolved [arimanuel](https://wordpress.org/support/users/arimanuel/)
 * (@arimanuel)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/)
 * Hello,
    Since I like the Food and Menu plugin I decided to get this one too, 
   but can’t get it to work properly. I’ll separate my issues in two topics.
 * First: I’d like to have a border-style:none, while this lines keep showing up.
   I tried adding:
    `.rtb-booking-form {border-style:none;}`
 * to my style.css but nothing happened.
    Tried to remove anything I could find 
   in the docs css of the plugin but nothing. In general terms it looks nothing 
   like the screenshots, although I’m sure is not for the author fault. Any help
   in tweaking it?
 * Website: [http://www.marionio.com.au](http://www.marionio.com.au)
 * Thanks a lot!
 * [https://wordpress.org/plugins/restaurant-reservations/](https://wordpress.org/plugins/restaurant-reservations/)

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

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/#post-5182401)
 * I can’t access the reservation form on your site (looks like you’re using a “
   coming soon” plugin, maybe?). Anyway, I suspect what you want to remove are the
   fieldset borders. Try this:
 *     ```
       .rtb-booking-form fieldset {
         border: none;
       }
       ```
   
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/#post-5182402)
 * FYI, you don’t want the css in /docs/, but the one in [/assets/css/booking-form.css](https://github.com/NateWr/restaurant-reservations/blob/master/assets/css/booking-form.css).
 *  Thread Starter [arimanuel](https://wordpress.org/support/users/arimanuel/)
 * (@arimanuel)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/#post-5182504)
 * That works perfectly, thank you!
 *  Thread Starter [arimanuel](https://wordpress.org/support/users/arimanuel/)
 * (@arimanuel)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/#post-5182509)
 * Of course, solved

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

The topic ‘Border style’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [arimanuel](https://wordpress.org/support/users/arimanuel/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/border-style/#post-5182509)
 * Status: resolved