Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1374257

    Hi Support,

    I would like to add the words ‘Contact ons’ to the Footer. Like this:
    Screenshot
    Is that possible?

    Thanks in advance.

    #1374356

    Hey Alfredo,

    Thanks for contacting us!

    Please add following code to functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/

    
    add_action('ava_before_footer','footer_content_new');
    function footer_content_new(){
    echo "<div class='my-custom-title'>Contact Ons</div>";
    }
    

    Then you can add following code to bottom of Quick CSS field to change the styling

    
    .my-custom-title { color: red; font-size: 32px; }
    

    Regards,
    Yigit

    • This reply was modified 1 year, 11 months ago by Yigit.
    #1374742

    Hi Yigit. Thank you. I will try this later.

    #1374775

    Hi,

    We will keep the thread open and wait to hear from you. Thread will be on hold. You can simply reply to re-open it :)

    Best regards,
    Yigit

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