reduce the size of the footer

Home Support Blog Way Plus reduce the size of the footer

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7319
    Anonymous
    Inactive

    Hello
    I would like to reduce the size of the footer please? And change the colors of “CGV” and “mentions légales” please to be like that of my “social” widget in pink.
    My url is orgasmologue.com
    Thank you and good day.

    #7320
    Anonymous
    Inactive

    And put them on the same level as social please.
    Thank you very much for your work

    #7321
    ProDesigns
    Keymaster

    Hi @akeimi,

    You can go to Appearance >> Customize >> Additional CSS and add following CSS to chagne text color of footer widgets.

    #footer-widgets .textwidget p a {
        color: #c746c9;
    }

    Social is the title of widget and other first 2 widgets do not have title. It is better to add margin above title and make it align with other widgets.

    You go to Appearance >> Customize >> Additional CSS and add the following CSS below code you have added to change color.

    #footer-widgets .widget_wpcom_social_media_icons_widget h2.widget-title {
        margin-top: 40px;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.