Title: CSS/HTML changes
Last modified: October 19, 2017

---

# CSS/HTML changes

 *  Resolved [mau5](https://wordpress.org/support/users/mau5/)
 * (@mau5)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/css-html-changes/)
 * Great plugin!
 * What is the best way to do some custom CSS/HTML changes? In order to keep those
   changes when I do an future update of this plugin.
 * Because I want to change the reservation page; text, css etc.
 * Thanks.

Viewing 1 replies (of 1 total)

 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/css-html-changes/#post-9604269)
 * Hi [@mau5](https://wordpress.org/support/users/mau5/),
 * If you want to change CSS, the best place to do this is in WordPress’s custom
   CSS area. You can find it under Appearance > Customize, then open the Additional
   CSS panel.
 * If you want to change text in the plugin, like the form labels and error messages,
   the best way to do this is with a custom translation. I’d recommend Loco Translate,
   which gives you a nice interface for creating and managing translations:
 * [https://wordpress.org/plugins/loco-translate/](https://wordpress.org/plugins/loco-translate/)
 * (Even if you’re not technically “translating” from one language to another, you
   can still modify all the text by creating a custom translation.)
 * If you want to modify the HTML output of the form, you’ll need to be familiar
   with WordPress’s hooks system of actions and filters. The entire form is defined
   in an array which you can hook into and modify. You’ll find more details in the
   source code here:
 * [https://github.com/NateWr/restaurant-reservations/blob/master/includes/Settings.class.php#L803-L910](https://github.com/NateWr/restaurant-reservations/blob/master/includes/Settings.class.php#L803-L910)

Viewing 1 replies (of 1 total)

The topic ‘CSS/HTML changes’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [NateWr](https://wordpress.org/support/users/natewr/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/css-html-changes/#post-9604269)
 * Status: resolved