• Resolved morriscountynj

    (@morriscountynj)


    Is there a way to change the default tag used for toggle titles? Right now they default to <h3>, but for accessibility reasons I need to change that on various sites I manage, depending where the show/hide is on a particular page.

    Currently, the only way I know to do this is to actually edit the output code in the plugin itself, which I don’t want to do, and will get overwritten anytime you update.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter morriscountynj

    (@morriscountynj)

    And for reference, the plugin code I’m referring to is

    $output = "<h3 class='azc_tsh_toggle$expand_active' style='$border$background_title$disable_image'><a href='#' style='$title_color$title_font$title_font_size$title_font_weight'>$title</a></h3>";

    this is what I have to change manually, I’d love a more sustainable way of doing this.

Viewing 1 replies (of 1 total)
  • The topic ‘change title tag’ is closed to new replies.