Site logo

Archived topic

How to make title of lightweight accordion more bold?

1 reply · Started by Jin on October 13, 2022

Viewing posts 1–2 of 2

I have a lightweight accordion and have already made it bold but don't see any difference. How can I make it even bolder?

Thanks

Hi there,

you have this CSS:


.gb-inside-container .lightweight-accordion summary span {
    font-weight: 700;
}

You can set the font-weight to 900

This archived topic is closed to new replies.