[Resolved] Customize Footer Background Image and Widget layout

Home Forums Support [Resolved] Customize Footer Background Image and Widget layout

Home Forums Support Customize Footer Background Image and Widget layout

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1505952
    Sara Genone

    Dear David
    I’,m working on customize the web site footer.
    I need to be able to put an image as background and also equally distribute spacing bwteween 4 widgets.
    How can I do this?
    I have to build a custom element?
    Thank you for suggestions
    Sara
    P.S. I love your theme πŸ™‚ is very very performant!

    #1506095
    David
    Staff
    Customer Support

    Hi Sara,

    the Site you installed adds this CSS to the Customizer > Additional CSS:

    @media (min-width: 1025px) {
        .footer-widgets .footer-widget-1 {
            flex-basis: 65%;
            padding-right: 80px;
        }
    
        .footer-widgets .footer-widget-2 {
            flex-basis: 15%;
        }
    
        .footer-widgets .footer-widget-3 {
            flex-basis: 20%;
        }
    }
    
    @media (max-width: 900px) {
        .inside-footer-widgets {
            flex-direction: column;
            text-align: center;
        }
    
        .inside-footer-widgets>div {
            padding: 20px;
        }
    }

    You can delete that to reset the widgets to their usual settings.

    To add a background image you can enable the Background Images module:

    https://docs.generatepress.com/article/backgrounds-overview/

    #1507772
    Sara Genone

    Thank you!

    #1508091
    David
    Staff
    Customer Support

    You’re welcome

    #1914559
    Cynthia

    GP for some reason no longer has the background image option anymore in Customize > Background Images :(……
    Why?

    what is the easiest way to apply a background image to the footer?

    #1914583
    Ying
    Staff
    Customer Support

    Hi Cynthia,

    Can you make sure the Backgrounds module is activated at Appearance > GeneratePress?

    If you need further assistance, please open a new topic.

    Thanks!

    #1914636
    Cynthia

    Oops didn’t realize it wasn’t activated. Thank you!

    #1914638
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

    #2016556
    Grey

    Hello,

    I am using the “Coach” site from the library and can’t find the way to change the orange picture in the footer.

    Activated the background module and chose a different picture but still shows the original orange picture.

    Also, where can I edit the social media buttons?

    Thank you!

    #2016615
    Elvin
    Staff
    Customer Support

    Hi Alfonso,

    Coach’s footer related edits can be done by opening the Block Element that adds it.

    Go to Appearance > Elements and edit the Block Element that adds in the Site footer template for your site.

    As for the orange background:
    Select it’s main Container block and go to its colors tab. You can remove the color set on Background.

    AS for the socmed buttons:
    You can also edit it within the same Block element.

    #2016618
    Grey

    Great! Thank you!

    #2016623
    Elvin
    Staff
    Customer Support

    No problem. πŸ˜€

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