> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.coupontools.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to customize the layout of the Landing Page with CSS

That's easy.

${youtube}[Watch the training video!](8BpYJh0yRSg)

Open the Landing Page builder and select a template. Make sure it includes a form for my example because we're going to customize the label font size.

Navigate to Layout. The last window on the page is where you paste the custom CSS code.

![](https://storage.crisp.chat/users/helpdesk/website/4c4cc617dc0a0c00/landingspagina-css_x8eo5l.png)

This is what the label font looks like before I added custom CSS.

![](https://storage.crisp.chat/users/helpdesk/website/4c4cc617dc0a0c00/image_1it7hja.png)

This is what the label font looks like if I add the code script below:
.form-label { font-size: 100px; }

![](https://storage.crisp.chat/users/helpdesk/website/4c4cc617dc0a0c00/image_1pv81se.png)

| You can alter the layout, like I did above, for different elements. Keep in mind before you start with the CSS customization, check if you can change it by builder settings. A lot already is customizable and would save you some time and work.