-
AuthorPosts
-
December 26, 2024 at 4:35 pm #1474272
Bonjour,
Comment supprimer les titres des widget dans le footer quand on prend le widget pages, je veux simplement faire apparaitre les pages sans titres pour gagner de la place
Bonne journée
————————————————-
Hello,How to remove the titles of widget in the footer when you take the pages widget, I simply want to display the pages without titles to save space
Have a nice day
December 27, 2024 at 8:21 am #1474288Hey jccardaillac,
Thank you for the inquiry.
We can hide the title with css, but we may need to inspect the widget element first. Please provide the site URL in the private field.
Best regards,
IsmaelDecember 27, 2024 at 11:04 am #1474289Bonjour,
Voici l’url du site dans le contenu privé ainsi qu’un login pour se connecter, pourrez vous m’indiquez les modiffications apportées au CCS ?J’ai une demande pour la modification du menu sur 2 lignes que j’ai un peu de mal a mettre en oeuvre.
Merci beaucoup pour votre aide.
—————–
285 / 5 000
Hello,
Here is the URL of the site in the private content as well as a login to connect, can you tell me the modifications made to the CCS?I have a request for the modification of the menu on 2 lines that I have a little trouble implementing.
Thank you very much for your help.
December 27, 2024 at 12:48 pm #1474293Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#footer .widget_pages .widgettitle { display: none; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeDecember 27, 2024 at 3:19 pm #1474296Hello,
Thank you, it works perfectly. Can you tell me how to adjust the height of the footer because it is too large and I do not see this element in the standard settings?
Have a nice day
December 27, 2024 at 3:45 pm #1474298Hi,
The footer height is determined by the content in the footer, but if you want it smaller you can remove the padding & margin with this css:#top #footer { padding: 0; } #top #footer .widget { margin: 0; }
but you will need to add more page content so the socket doesn’t become larger and stays at the bottom of the page.
Best regards,
MikeDecember 27, 2024 at 5:24 pm #1474301Thanks Mike, that suits me perfectly.
December 27, 2024 at 6:53 pm #1474307Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘remove the titles of widget in the footer’ is closed to new replies.