Viewing 4 replies - 1 through 4 (of 4 total)
  • The titles use h5 tags by default. You can override that style with css like this:

    .panel-heading h5 {
        font-size: 12px;
        font-family: arial;
        color: black;
    }

    Kadence Themes

    Thread Starter travor

    (@travor)

    @Kadence Themes – I see, but overriding the h5 tag with the css you gave will make changes to any other part of my website that’s using the h5 tag.

    Can I suggest using the Appearance > Theme Options > Typography > Body Font as the default font for accordion?

    Since it’s an area it makes sense for SEO to use h5 i don’t see changing it.

    You can get more specific with css if you need to… just change to:

    .panel-heading .accordion-toggle h5 {
        font-size: 12px;
        font-family: arial;
        color: black;
    }

    Kadence Themes

    Thread Starter travor

    (@travor)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Accordian font’ is closed to new replies.