Home Forums WoodMart support forum i need add cover image for proudect page

i need add cover image for proudect page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #123676

    ahmed_mostafa
    Participant

    i need add cover for proudect page

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single .main-page-wrapper {
        background-image: url(https://itcanspacesaving.com/wp-content/uploads/2019/05/adams_156084_17e-300x300.jpg);
    	    background-size: cover;
    	background-repeat:no-repeat;
    }

    Replace the image URL.

    Best Regards

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