Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2341250
how to change footer image
Closed

Comments

  • tpanazete87 started the conversation

    how can i change footer image for desktop and also mobile version?

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see any footer image on your site, can you make it publish to I can check it?


    Best Regards,

    PenciDesign

  • tpanazete87 replied

    Sorry, now it is enabled again. How can i change that background image?

    fs6NWIq.png

  •  2,699
    PenciDesign replied

    Hi,

    You can change this background image on mobile by add more this code to Customize > Custom CSS:

    @media only screen and (max-width: 767px){
    #widget-area{ background-image: url('YOUR_BACKGROUND_IMAGE_URL_MOBILE') !important; }
    }
    

    Note Important:

    Change YOUR_BACKGROUND_IMAGE_URL_MOBILE on above code to the background image URL you want to change on mobile. You can check this guide to know how to get URL of images you upload.

    Best Regards,

    PenciDesign

  • tpanazete87 replied

    also i want to change for the desktop version...

  •  2,699
    PenciDesign replied

    Hi,

    You can change for desktop version by go to Customize > Colors for Footer > Footer Widget Area Background


    Best Regards,

    PenciDesign