Home › Forums › WoodMart support forum › Mobile Page BackGround Images
Mobile Page BackGround Images
- This topic has 9 replies, 2 voices, and was last updated 4 years, 6 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 3, 2020 at 1:04 am #200112
gzelascoParticipantCould 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
June 3, 2020 at 8:58 am #200193
Aizaz Imtiaz AwanKeymasterHello,
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.
June 3, 2020 at 12:12 pm #200295
gzelascoParticipantLIKE 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 ’);
}June 3, 2020 at 12:22 pm #200298
Aizaz Imtiaz AwanKeymasterHello,
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.
June 3, 2020 at 12:29 pm #200301
gzelascoParticipantSorry 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.June 3, 2020 at 1:07 pm #200311
Aizaz Imtiaz AwanKeymasterHello,
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.
June 3, 2020 at 4:32 pm #200374
gzelascoParticipantsent
June 4, 2020 at 6:41 am #200501
Aizaz Imtiaz AwanKeymasterHello,
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.
June 4, 2020 at 12:04 pm #200643
gzelascoParticipantJune 4, 2020 at 12:48 pm #200662
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
Tagged: https://caravana.cl/wp-admin
- You must be logged in to create new topics. Login / Register