# Enormous stylesheets list

**URL:** https://forum.pinegrow.com/t/enormous-stylesheets-list/5559
**Category:** Questions
**Created:** [August 20, 2021, 1:46pm UTC](https://forum.pinegrow.com/t/enormous-stylesheets-list/5559 "2021-08-20T13:46:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![alextrebus](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/alextrebus/32/3764_2.png) [@alextrebus](https://forum.pinegrow.com/u/alextrebus)
#### Post date: [August 20, 2021, 1:46pm UTC](https://forum.pinegrow.com/t/enormous-stylesheets-list/5559/1 "2021-08-20T13:46:42Z")

</div>

See attachment., this is only the half of my style sheet list, ( approx. 150 ) is there a way to clean this list. most probably this list became so long of my many trails.  
i have tried the option clear unused edits, without succes.

its verry hard to find any setting in this list

 ![half stylesheet list](https://canada1.discourse-cdn.com/flex036/uploads/pinegrow/original/2X/1/150ec13576f946192f650b21ff099be3634e7c00.png)

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [August 20, 2021, 2:08pm UTC](https://forum.pinegrow.com/t/enormous-stylesheets-list/5559/2 "2021-08-20T14:08:46Z")

</div>

Hi @alextrebus,  
What are you trying to accomplish? Most of those sheets shouldn’t be directly edited since a Bootstrap update would overwrite any changes.  
Cheers,  
Bob

---

<div class="post-metadata">

### Author: ![alextrebus](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/alextrebus/32/3764_2.png) [@alextrebus](https://forum.pinegrow.com/u/alextrebus)
#### Post date: [August 20, 2021, 2:19pm UTC](https://forum.pinegrow.com/t/enormous-stylesheets-list/5559/3 "2021-08-20T14:19:27Z")

</div>

Hi Bob I would like to magnify the font in the top menu  
specialy for mobile xs and sm  
have a look at [https://trebus.com](https://trebus.com)  
regards Alex

---

<div class="post-metadata">

### Author: ![RobM](https://avatars.discourse-cdn.com/v4/letter/r/278dde/32.png) [@RobM](https://forum.pinegrow.com/u/RobM)
#### Post date: [August 20, 2021, 2:57pm UTC](https://forum.pinegrow.com/t/enormous-stylesheets-list/5559/4 "2021-08-20T14:57:38Z")

</div>

Hi @alextrebus,  
I think your best bet would be to add a custom class with media query to that link. I don’t think Bootstrap 5 has a sizing utility for something like `display-1` which would be larger.  
If you decide to change the `h1` class sizing, just be aware that it will change the `h1` sizing throughout the project no matter the page width. To do this you would open the stylesheets dropdown as you did above, then select the `_variables.scss` sheet. From this sheet scroll down to the font sizes section and select the `$h1-font-size` and duplicate it to your `custom.scss` sheet (or just type the variable name into your sheet). Then change the size to whatever you would like. Usually anything you want to change will be on the variables sheet and you always want to duplicate it back to your custom .scss sheet so it doesn’t get overwritten. There are also ways that you could get fancy with SASS. Not sure of the amount of effort you want to put in.  
Cheers,  
Bob
