Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #781647

    I added some custom code to functions.php to show site title on top, next to logo. The code is:

    add_action( 'ava_after_main_menu', 'enfold_customization_add_stuff_to_header' );
    function enfold_customization_add_stuff_to_header() {
    	echo '<span class = "site_title">mytitle</span>';
    }

    In the meantime I upgraded Enfold to the latest version and this change was overwritten. Is there some other place I could put this customization to so it wouldn’t get overwritten after updates?

    #781668

    Hey calstore,

    Are you using a child theme? If not, you need to so that your changes remain after updates.

    Please refer to the following documentation: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.