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

    Hey there,

    a section under the footer columns for some text which is relevant for search engines would be a really good thing in order to optimize the user experience and get text content to the search engines.

    Do you guys have an idea how to add text below the footer like in the screenshot in private data?

    Cheers
    Marcel

    #903804

    Hey christwars,

    Yes, but I would suggest using a child theme first: https://kriesi.at/documentation/enfold/using-a-child-theme/ then copy footer.php from the Enfold theme to the child theme, edit it and find this line of code:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    above it add this code:

    <div id="footer-extra">Some text here</div>

    then replace Some text here with the text you want to add. Hope this helps :)

    Best regards,
    Nikko

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