> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/bigcommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/bigcommerce/1.0-4/look-and-feel.md).

# Look and feel

Using the [Cornerstone theme](https://support.bigcommerce.com/s/article/Cornerstone-Theme-Manual?language=en_US), you can style the look and feel of the elements within the [Drop-in](https://docs.digitalriver.com/digital-river-api/payments/payment-integrations-1/drop-in) component using [Page Builder](https://support.bigcommerce.com/s/article/Page-Builder?language=en_US).

&#x20;You can change the following body text and link attributes:

* Body text font family
* Link font family
* Link color
* Link hover color

Form Checklist&#x20;

* Form Background&#x20;
* Form header text color&#x20;
* Form border color

## &#x20;Styling the Pay button&#x20;

To style the Pay button within the Digital River drop-in component:

1. Click **Store Setup** in the app menu on the left and then click **Themes**.
2. Under **Current Theme**, click **Advanced**, and select **Make a Copy** from the drop-down list.\
   ![](/files/cc7JtjBBMaXUstG8RWMj)
3. Enter a name for the theme in the **Theme Name** field and click **Save a Copy**. \
   ![](/files/Y7k91QLLFqMhbOAvzfGk)<br>
4. Under **Themes**, click more options on your created theme and select **Edit Theme Files**.\
   ![](/files/242jV2TaAVGCRugQRUTK)
5. Click the **Do not show me again** checkbox and click **Edit theme files**. ![](/files/wcwV8DkfxufYW0ceXfW7)
6. From your browser's **Stencil File Editor** tab, click **assets**, click **scss**, and then click **optimized-checkout.scss**.\
   &#x20;![](/files/M3O2ZKB0XEObCHwTrkdE)
7. Copy the following text and paste it at the bottom of the optimized-checkout.scss file.\
   \
   `.DR-pay-button{`\
   &#x20;   `background-color: BLACK !important;`\
   `}`\
   `.DR-button-text{`\
   &#x20;   `color: RED !important;`\
   `}`\
   **Important**: You must add the `!important` rule to the CSS line.
8. Click **Save File**. The results will look like this:

<div align="left"><img src="/files/ra4BW5RIGGGN0Cdj4exP" alt=""></div>
