Home Forums WoodMart support forum Square images

Square images

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #382521

    Nathamejia
    Participant

    HELLO! As I can leave all the images of the products in square format both in the home and in the store, they all come out in a high size, when the configuration in the home only takes the first tab in a square way but the others continue to come out in a large way.
    Could you also help me to put the products in quick view in the store

    Thanks

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

    Hello,

    Please read our detailed documentation for help:
    https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    Best Regards

    #382877

    Nathamejia
    Participant

    Thank you very much! I was able to configure the sizes of the images

    Finally, could you help me with 2 doubts:

    1- How can I change the word “shipping & Delivery” I have searched everywhere how to change it and I have not found it, modify the name of the block and nothing.

    2-Finally how can I change the color of the mobile menu.

    Thank you !

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

    Hello,

    You are Most Welcome.

    1. You can edit the text from Theme Settings >> Single Product >> Tabs.

    Screenshot: https://gyazo.com/8783bd2c076ab298467c71a654ad660f

    2. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .mobile-nav.wd-side-hidden {
    background-color: black;
    }

    Best Regards

    #383123

    Nathamejia
    Participant

    Thank you very much for your help
    …. today I entered the site through the mobile and the home icons do not appear ๐Ÿ™ what could it be, I already checked on 5 different phones and on all of them it comes out like this :ยด(

    attached image

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

    Hello,

    Please deactivate the cache plugin then check back.

    Best Regards

    #383362

    Nathamejia
    Participant

    Thank you very much, everything is solved !

    #383366

    Nathamejia
    Participant

    Excuse me, could you tell me in the code how to put the menu letter in white? When you put a black background, you can’t see the letter because it’s gray…

    thanks

    .mobile-nav.wd-side-hidden {
    background-color: black;
    }

    #383534

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-nav-mobile li a, .wd-nav-mob-tab[class*=”wd-style-underline”] .nav-link-text{
    color: white;
    }

    Best Regards

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