Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there moor208,

    How are you doing today?

    This is definitely possible with some custom CSS. Please try adding the following CSS code in Appearance >> Theme Options >> Advanced Options >> Custom CSS:

    footer#footer {
    background: url(your_image_URL);
    }

    Replace fake image URL with the actual URL of the image. This should replace background color with custom image in footer.

    If this doesn’t work could you please post link to your site so I can take a look.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter moor208

    (@moor208)

    I’m fine… thanks for asking!

    Seriously? it was that easy… i’ve been searching for a week on how to do this. Appreciate the reply. It worked like a charm!

    Hi.. I would like to change the Font Size, Title and would like to add an Image with number for branding purpose on my footer area… Pls let me know How and where to add these?

    Hey,

    @moor208 Glad I could help ??

    @jasc You can change the title font size in the footer area by adding the following code in Appearance >> Theme Options >> Advanced Options >> Custom CSS:

    footer#footer h3 {
    font-size: 22px;
    }

    Note that this is the original value of the font size and to change it you’ll have to increase/decrease it to what ever you prefer.

    As for the image you already have the solution in this thread?

    Hope this helps ??

    Best regards,
    Bojan

    Thanks.. Bojan.. This is increasing my Footer Title.. Also I need to increase the rest text of the same.

    If possible; pls let me know how can i write H1 heading before the featured images and How to add more Featured images on a same page..

    Regards.
    Jas

    Hey again Jas,

    To increase the footer text size please try adding the following:

    .textwidget {
    font-size: 14px;
    }

    Replace the numeric value of the font size to increase font size.

    As for the heading being displayed before featured images since this is off topic I suggest opening a new thread for the sake of other members.

    Best regards,
    Bojan

    Thanks for all your support.. Dear Bojan..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Replace footer with custom image’ is closed to new replies.