H3 mark-up too big on one specific page

Hi,

I have a little styling problem I can’t seem to solve myself.
On this page: Reviews - Start Hiking

The review’s title is too big. I want to make this smaller.

I tried this:
.markup-format h3 set to 20px in with custom CSS, but that changes all h3 headings on other pages too. I just want to make the title of reviews smaller on the review page, not all h3 headings.

Can you help me?

hey there

Hope you are having a good day :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.glsr-review-title h3 {
font-size: 23px;
}

Thanks!
Colorlib Support Team