Page headings smaller #3876

Closed
opened 2026-02-05 07:44:58 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @LHBL2003 on GitHub (Jun 22, 2023).

Describe the feature you'd like

It would be good if the headings for the pages were not so huge. This often results in a line break.

Describe the benefits this would bring to existing BookStack users

The headings are easier to read and do not take up so much space.

Can the goal of this request already be achieved via other means?

No

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundemental request

How long have you been using BookStack?

6 months to 1 year

Additional context

If one does not want to depart from the standard, then it would be good if it can be personalised via the config file.

Originally created by @LHBL2003 on GitHub (Jun 22, 2023). ### Describe the feature you'd like It would be good if the headings for the pages were not so huge. This often results in a line break. ### Describe the benefits this would bring to existing BookStack users The headings are easier to read and do not take up so much space. ### Can the goal of this request already be achieved via other means? No ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundemental request ### How long have you been using BookStack? 6 months to 1 year ### Additional context If one does not want to depart from the standard, then it would be good if it can be personalised via the config file.
OVERLORD added the 🔨 Feature Request label 2026-02-05 07:44:58 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 22, 2023):

Can the goal of this request already be achieved via other means?
No

Add the following to your the "Custom HTML Head Content" customization setting:

<style>
  .page-content h1 { font-size: 1.5rem; }
</style>

Adjust the 1.5rem up and down as desired.

@ssddanbrown commented on GitHub (Jun 22, 2023): > Can the goal of this request already be achieved via other means? > No Add the following to your the "Custom HTML Head Content" customization setting: ```html <style> .page-content h1 { font-size: 1.5rem; } </style> ``` Adjust the `1.5rem` up and down as desired.
Author
Owner

@LHBL2003 commented on GitHub (Jun 23, 2023):

A dream, thanks for the tip.

@LHBL2003 commented on GitHub (Jun 23, 2023): A dream, thanks for the tip.
Author
Owner

@ssddanbrown commented on GitHub (Jun 23, 2023):

👍 Will therefore close this off.

@ssddanbrown commented on GitHub (Jun 23, 2023): :+1: Will therefore close this off.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3876