> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stylishcostcalculator.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).

# Total Price Font Size: How do I change the size of the font size?

To change the total price of the font size, you need to edit the title font size.

![Step 1 - Click Calculator-Level Settings](https://storage.crisp.chat/users/helpdesk/website/c5f0153cc3f4b000/cleanshot-2024-07-25-at-115321_namtos.png)

![Step 2 - Click Font Settings](https://storage.crisp.chat/users/helpdesk/website/c5f0153cc3f4b000/cleanshot-2024-07-25-at-115404_1qcmwjp.png)

# ${color}[#314AF3](Alternatively)

You can use custom CSS

```css 
.totalPrice {
    font-size: 28px;
}```

