Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1470671

    Good evening,

    I have inserted the patronages in the appropriate space in the footer. However, I would like to make some changes. The section appears to be too large/wide and I would like to make it smaller. Then I would like to insert the text: “CON IL PATROCINIO DI:” in the center of the footer and consequently remove the “-” that I inserted only to align the 4 images. I leave photos with explanation

    https://prnt.sc/d5EJRRHRgMIr

    Thanks,
    Mariarita

    #1470719

    Hey Mariarita,

    Thank you for the inquiry.

    Instead of adding the heading “CON IL PATROCINIO DI:” in a text widget, try to use this code in the functions.php file:

    function avia_before_footer_columns_mod() {
        echo '<div class="av-custom-footer-heading" style="text-align: center; padding: 20px 0;">';
            echo 'CON IL PATROCINIO DI:';
        echo '</div>';
    }
    add_action( 'avia_before_footer_columns', 'avia_before_footer_columns_mod' );
    

    To remove the hyphen, edit the widgets then adjust the value in the Widget Title field.

    Best regards,
    Ismael

    #1470741

    Inside the bulletin board I don’t have the function php file. I don’t know why, so I need a way to fix this and have the site fixed as requested

    Mariarita

    #1470750

    Hi,

    Thank you for the update.

    Inside the bulletin board I

    What do you mean by “bulletin board”? You need to edit the functions.php file in Appearance > Theme File Editor or via FTP. Unfortunately, we cannot center-align the current widget title because of its position in the document, so you’ll need to add the hook above.

    Best regards,
    Ismael

    #1470751

    Unfortunately, as I told you, I don’t have the item you indicated
    https://prnt.sc/pdPwJ8rDpX0r

    Mariarita

    #1470758

    Hi,

    Then it’s likely turned off by your hosting provider, please reach out to them. You can also add the code using FTP like Ismael wrote earlier.

    Best regards,
    Rikard

    #1470760

    Could you tell me what FTP would be?

    #1470765

    Hi,

    That is something that only you have access to, you should be able to see the details in your hosting account.

    Best regards,
    Rikard

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