Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #1474288

    Hey 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,
    Ismael

    #1474289

    Bonjour,
    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.

    #1474293

    Hi,
    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,
    Mike

    #1474296

    Hello,

    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

    #1474298

    Hi,
    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,
    Mike

    #1474301

    Thanks Mike, that suits me perfectly.

    #1474307

    Hi,
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘remove the titles of widget in the footer’ is closed to new replies.