Footer Widget Headings ->H5

Hi there,

where can I set up all footer widget headings to H5?

Comments

  • Hi,

    we do not have such an option unfortunately. If you want to change headings for widgets, you must modify widget-xxx.php files that are under functions/ folder.

    Thanks!
  • ok, thanks! I have found it:

    functions/widget-functions.php

    // footer areas ----------------------------------------------------------

    but it doesn´t work on child theme? I have copied the file in the same directory in child, but no results?
  • It does not work like that. Child theme works with 2 files only: style.css and functions.php so you can not copy any file you want into child theme folder. More details about this you can read on https://codex.wordpress.org/Child_Themes

    To use modified function, you must use this function directly in functions.php file but function name must be different than in parent theme.
Sign In or Register to comment.