• 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

    (@anc1604)

    Or where do I enter in CSS to center registration form on post please?

    Plugin Author Joe Dolson

    (@joedolson)

    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

    (@anc1604)

    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

    (@joedolson)

    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.