1. Home
  2. Docs
  3. Universal WordPress Templ...
  4. Commerce7 Customizations

Commerce7 Customizations

With Commerce7 styling, there are some ways to customize how the default appearance of inserted C7 blocks appear.

Center Align Buttons

In most cases with the Club content, for example, the buttons to sign up for the club are left aligned. If you want the buttons center aligned, follow these steps:

  1. Go to Appearance > Customize


  2. Additional CSS
  3. Insert the following:

    .c7-club__details {text-align:center}

Place Product Collection on Any Page

In other cases, you may want the homepage featured products to display from one of your Commerce7 Collections. To do that, insert the following HTML where you want the products to appear (replace “slug” with the actual slug of your product collection:

<div class="c7-product-collection" data-collection-slug="slug"></div>

How can we help?