Home Forums Basel support forum Image product size

Image product size

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3136

    presidiumjeans
    Participant

    the correct product image size is 600×800. ok..but when i upload the imagem, the size is changed to 600×600 and crop the photo 🙁

    example of page: http://presidium.com.br/lojaonline/produto/ribbed-gloves-selected/

    image cropped after upload: http://presidium.com.br/lojaonline/wp-content/uploads/2015/12/teste3-600×600.jpg

    What can i do?

    #3142

    Artem Temos
    Keymaster

    Hello,

    Most likely you need to change images sizes for single product in WooCommerce -> Settings -> Products -> Display. Try to set it 600×800 and without “Crop”. And regenerate all thumbnails after change.

    Regards

    #3152

    presidiumjeans
    Participant

    thanks!

    other question: where i find the tutorial to build mega menus with images/products ?

    #3153

    presidiumjeans
    Participant

    I found the answer here – > http://xtemos.com/forums/topic/how-to-set-menu-to-megamenu-like-your-demo-pages/

    but how can i get the block shortcode?

    #3164

    Artem Temos
    Keymaster

    You can find HTML Block shortcode in admin panel -> HTML Blocks

    html

    #3172

    presidiumjeans
    Participant

    ok thanks!!

    Its possible to change de “buy button” color by theme options? or only by css?

    #3178

    Artem Temos
    Keymaster

    At the moment it is possible to change it only via CSS

    .single-product-content .cart .button {
        background-color: #81b441;
        color: #fff;
        border-color: #81b441;
    }
    .single-product-content .cart .button:hover,
    .single-product-content .cart .button:focus {
        background-color: #70a232;
        color: #fff;
        border-color: #70a232;
    }

    Add it to the Custom CSS section in Theme Settings

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