How to change the font size of the topic title in Xenforo

WeKnowConquer

Legend
Staff member
CEO-WeKnowConquer
Dec 13, 2024
929
1
18
If we add the following to extra.less, it will change the size of the title for both desktop and mobile view:

Open Extra.less


Code:
.p-title-value {
    font-size: 27px;
}