Home Forums WoodMart support forum Fixed Background and hide additional information Button Reply To: Fixed Background and hide additional information Button

#338549

Luke Nielsen
Keymaster

Hello,

To be able to set some background image for mobile, navigate to Theme Settings -> Custom CSS -> enter the code to the “Custom CSS for mobile” area.

.page .main-page-wrapper {
    background-image: url(http://woodmart62/wp-content/uploads/revslider/jewelry/jewelry-bg-slider-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

The URL for your image you can copy from the Media Library which is situated in Dashboard -> Media.

https://prnt.sc/22m3g8s

Kind Regards