-
AuthorPosts
-
November 5, 2024 at 5:29 pm #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
Thanks,
MariaritaNovember 6, 2024 at 5:03 am #1470719Hey 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,
IsmaelNovember 6, 2024 at 9:18 am #1470741Inside 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
November 6, 2024 at 10:08 am #1470750Hi,
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,
IsmaelNovember 6, 2024 at 10:11 am #1470751Unfortunately, as I told you, I don’t have the item you indicated
https://prnt.sc/pdPwJ8rDpX0rMariarita
November 6, 2024 at 12:37 pm #1470758Hi,
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,
RikardNovember 6, 2024 at 1:25 pm #1470760Could you tell me what FTP would be?
November 6, 2024 at 3:26 pm #1470765 -
AuthorPosts
- You must be logged in to reply to this topic.