Hi
Is there an easy way to select different background images files for let’s say a footer, in desktop mode vs smartphone mode?
This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Bas Kling
Hi
Is there an easy way to select different background images files for let’s say a footer, in desktop mode vs smartphone mode?
Hello,
Custom CSS code can be used in Theme Options > Theme Custom CSS.
Regards
Can you help me identifying which objects/elements to address?
Footer bg image you can select via Theme Options, then open Chrome Developer tools and inspect code on your site – http://prntscr.com/ske8jv
so this code can be added in Custom CSS for mobile area-
footer.footer {
background-image: url("URL_of_your_image");
}
https://www.w3schools.com/css/css_background_image.asp
To access the DevTools, open a web page or web app in Google Chrome. Either:
-Select the Chrome menu Chrome Menu at the top-right of your browser window, then select Tools > Developer Tools.
-Right-click on any page element and select Inspect Element.
The DevTools window will open at the bottom of your Chrome browser.
Regards
Thanks!
The issue related to '‘Different background images for desktop vs tablet vs footer’' has been successfully resolved, and the topic is now closed for further responses