Home Forums WoodMart support forum Mobile Page BackGround Images

Mobile Page BackGround Images

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #200112

    gzelasco
    Participant

    Could please send me the Snippet code for CSS to be able to use a diferent backgroung image only for Mobile? as is not possible from theme setting

    #200193

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can try the following CSS in the Custom CSS for Mobile area to make the background only work for the mobile devices.

    .page .main-page-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(‘ ’);
    }

    Best Regards.

    #200295

    gzelasco
    Participant

    LIKE THIS?

    .page .main-page-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(‘https://caravana.cl/wp-content/uploads/2020/06/test1.jpg ’);
    }

    #200298

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You need to replace the .page with the page you are trying to add the background.

    For example the following code will affect the homepage:

    .home .main-page-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(‘https://caravana.cl/wp-content/uploads/2020/06/test1.jpg ’);
    }

    You can set the page according to your needs.

    Best Regards.

    #200301

    gzelasco
    Participant

    Sorry to bother you again, Im tryng to the attached background
    but seems to not working or the image size is not properly, as i see a white background

    .home .main-page-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-image: url(‘https://caravana.cl/wp-content/uploads/2020/06/test3.jpg’);
    }

    Attachments:
    You must be logged in to view attached files.
    #200311

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I saw the screenshot you attached. Please provide admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #200374

    gzelasco
    Participant

    sent

    #200501

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have tried to login to your website but was unable to login. The URL doesn’t seem to be working even If i used proxy. Please provide the correct URL to check it myself and help you out accordingly.

    Screenshot for Clarification: https://ibb.co/SX4sVXm

    Best Regards.

    #200643

    gzelasco
    Participant
    #200662

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have visited your website and the background image is working absolutely fine for mobile are I provided you with the code in the previous reply. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/dJMGmBG

    Best Regards.

Viewing 10 posts - 1 through 10 (of 10 total)