How can I unify the font in my footer menu?

Hello,

How do I make font the same to all of the content in my footer menu? For example if I press About Us it’s one font, however if I press FAQ it’s totally different one. How do I align it and make it all the same?

Thanks!

store url: www.cleanlaces.eU

password: Sennder2022+

Hi @viliuskairys ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

h3.accordion__title.h4 {
    font-family: var(--font-body-family);
}

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello,

This did not change anything. I assume the body of content is the same style, however the FAQ section heading is different font. Can you help me to align it as well?