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 #2423631
Page background picture
Closed

Comments

  • anindyabaidya started the conversation

    Hi Penci,

     I am trying to put a background picture in all my pages and post. However I can see option of putting colours only. Can you please help me how to insert a background image. If it is not possible, please suggest a plug in.

    Thanks

    Anindya

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .wrapper-boxed {
        background-image: url('YOUR_BACKGROUND_IMAGE_URL_HERE');
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    

    Note: Change the  'YOUR_BACKGROUND_IMAGE_URL_HERE'  to your background image URL.

    You can check guide here to know how to find URL of an image upload WordPress.


    Best Regards,

    PenciDesign