Home Forums WoodMart support forum How to copy your demos?

How to copy your demos?

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #138086

    hayabusa1208
    Participant

    Hi can you please tell me how i can add/implement the same designs/layout from your demos to my site’s main homepage the easiest, safest method? Please see example below:

    https://gyazo.com/b1974cd804074179d4ed16990993a233
    https://gyazo.com/4f65348ed66151616b2f2e4be2554607
    https://gyazo.com/858d31d0ab41287e487fdc319c2622b7

    so if i want to use the same format/design layout what should i do ? Or how do i do it?

    #138116

    Hello,

    Please try to find the templates in the library https://xtemos.com/docs/woodmart/templates-library/

    If you need the whole page, provide the page URL from the demo I will send you the code.

    Best Regards

    #138155

    hayabusa1208
    Participant

    i have been trying it out.. Please see this:

    https://gyazo.com/70c355beab981cb8bff735a0f89026a4

    How do i make the sizes of each category images to same size except for the one on the left(large image)?

    And also , how do i make the category text to white?

    thanks

    #138184

    Hello,

    All the categories images should be of the equal size and proportion, excepting the first one – it should be bigger.

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

    body .category-grid-item .category-title {
        color: white;
    }
    body .category-grid-item .more-products>a {
        color: white;
    }

    Best Regards

    #138203

    hayabusa1208
    Participant

    ok got it thank you

    #138215

    hayabusa1208
    Participant

    Hi please see this:

    https://gyazo.com/435bcd7cd9b693196d063a04b3d9897c

    The image on the right is not in the same line as with the other 4 box heights. How do i fix this? I have reduced the size of the left image but the image is getting blur due to lower resolution.

    #138224

    Hello,

    You need to upload bigger images of the same size do not set the image size in the element.

    Best Regards

    #138225

    hayabusa1208
    Participant

    Please see my site. The left image is very big. The images on right is correct sizes

    #138265

    Hello,

    Here is our demo: https://woodmart.xtemos.com/

    The big image is 860×860, small images are 430x430px. Upload images with the same sizes.

    Best Regards

    #138365

    hayabusa1208
    Participant

    Ok thank you but can i make the left image smaller? it’s too big and goes over the screen. I would like the left large image to fit into users screen, thanks

    #138468

    Hello,

    Cut your left image and upload again.

    Best Regards

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