Home Forums WoodMart support forum Sidebar

Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97656

    Hqh
    Participant

    Dear Super thema
    Tell me please…
    1. How to increase the size of the picture?
    http://joxi.ru/V2Vj35VCxPdkY2
    file 001
    2. How to make a panel (Sidebar categories for desktop) seem to be in a mobile?
    (opens down)
    http://joxi.ru/VrwZzY0iOE7jDA
    file 002
    Thank you

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

    Hello,

    You need to open your SVG icons file with some editor like Sublime Text or default system text editor and add width=”31″ height=”40″ attributes to your <svg> tag like it is shown:http://prntscr.com/ly3o9g

    Then you will need to re-upload your icons in WordPress Dashboard.

    2. There is no option to make a drop-down menu for categories.

    Best Regards

    #101478

    Hqh
    Participant

    /

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

    Hello,

    1. Please clarify which image you would like to enlarge? Not clear enough.

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

    body .swatches-select .colored-swatch, .swatches-select .image-swatch {
        width: 35px;
        height: 35px;
    	border-radius:0;
    
    }
    body .swatches-on-grid .swatch-on-grid {
        width: 35px;
        height: 35px;
    	border-radius:0;
    
    }

    The first code is for product page, the second is for product grid, change the width and height as per your needs, the border-radius has been removed.

    3. see #2

    4. Navigate to Woocommerce > Settings > Product > Inventory , besides you need to insert the quantity into each product.

    5 Woocommerce does not provide such an option.

    Best Regards

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