Title: Edit Format using DIVI
Last modified: December 12, 2016

---

# Edit Format using DIVI

 *  [anc1604](https://wordpress.org/support/users/anc1604/)
 * (@anc1604)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/)
 * Hi,
 * Is there any way to change the appearance of the registration page, cart, post,
   etc.?
 * Using divi and need to make the forms match website better.
 * Thanks!

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

 *  Thread Starter [anc1604](https://wordpress.org/support/users/anc1604/)
 * (@anc1604)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/#post-8541730)
 * Or where do I enter in CSS to center registration form on post please?
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/#post-8543903)
 * I’d recommend going to WordPress > Appearance > Customize > Additional CSS. This
   is the WordPress core provided method for adding custom CSS.
 * Best,
    Joe
 *  Thread Starter [anc1604](https://wordpress.org/support/users/anc1604/)
 * (@anc1604)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/#post-8545743)
 * Thanks so much for replying. Any way you could show me how to write css for centering
   and changing font to raleway? I can’t figure out what I would actually call the
   item I’m trying to move. I have a registration form that simply has a counter
   for #of tickets and then an add to cart.
 * Thanks!
 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/#post-8548386)
 * All I can do is guess, since I haven’t seen your site, but something along the
   lines of
 *     ```
       #order-tickets {
          font-family: Raleway, sans-serif;
          width: 50%;
          margin: 0 auto;
       }
       ```
   

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

The topic ‘Edit Format using DIVI’ is closed to new replies.

 * ![](https://ps.w.org/my-tickets/assets/icon-256x256.png?rev=1097581)
 * [My Tickets - Accessible Event Ticketing](https://wordpress.org/plugins/my-tickets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-tickets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-tickets/)
 * [Active Topics](https://wordpress.org/support/plugin/my-tickets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-tickets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-tickets/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/edit-format-using-divi/#post-8548386)
 * Status: not resolved