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 #1555732
Change Background
Closed

Comments

  • Hadey M. started the conversation

    Hello, 


    How do I change the background image of the homepage? 


    Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    Please change it via Customize > General Options > check to "Enable Body Boxed" & set your background image on "Background Image for Body Boxed"


    Best Regards,

    PenciDesign

  • Hadey M. replied

    Hey,

    I don't want the website as boxed. I just want to change the background image for the homepage. I'm using the Dark Version. 

    Also, for my homepage slider, it's not moving automatically. How do I do that and how do I set the duration to when it can switch? 

    Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    1/ If so, please add more this code to Customize > Custom CSS to do that:

    body.home .wrapper-boxed{
    background-image: url('put-your-image-url-here');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }
    

    Change 'put-your-image-url-here' on the above code to your background image url

    2/ Please check options for it via Customize > Featured Slider Options.


    Best Regards,

    PenciDesign

  • Hadey M. replied

    For the Slider Auto time and speed, I changed them to 2 and it still wouldn't change the speed of the slider. 

    Matter of fact, the slider doesn't move at all. Even though I have two images on the slider and I can manually click the next button, it doesn't change automatically. 

    Am I doing something wrong?

    Thanks! :)

  •   Hadey M. replied privately
  • Ievanalini replied

    Hello,


    How could I change the background for all pages then (not only for home?) And when I go to customise css, can I write many codes in the same window?

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    1/ It's too small. Please note - value: 2000  = 2s

    2/ Your code is wrong, you're missing a white space between 2 class:

    body.home .wrapper-boxed{

    NOT:

    body.home.wrapper-boxed{


    @levanalini: To do that, please change the code I sent to this code:

    .wrapper-boxed{
    background-image: url('put-your-image-url-here');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }

    Change 'put-your-image-url-here' on the above code to your background image url

    Best Regards,

    PenciDesign

  •   Hadey M. replied privately
  •   Hadey M. replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ Please send me your admin url and admin account ( username and password  ), I will take it a look help you.

    2/ Unfortunately, on the gallery section doesn't support for jquery pin it button.

    Best Regards,

    PenciDesign