Home New Guten Forums WoodMart support forum A few questions

A few questions

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

    Vincentesa
    Participant

    Hello hereby a few questions what i have.

    How can i remove the product categorie sidebar only for responsive devices. Pic 1

    When i enlarge a photo on the productpage how can i add an close or x button on responsive devices?

    When i hover on the productlogo is see the arrows left and right. I want to see the arrows directly whitout hover. How can i do this? Pic 2 and 3

    When i press on login on responsive devices it doesnt work. How can i get this to work? Pic 4

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

    Hello,

    1. Sidebar: add this code to the Theme Settings > Custom CSS > chose the device which you want to hide the sidebar on:

    .tax-product_cat  .main-page-wrapper .container .content-layout-wrapper .col-lg-9 {
        width:100%!important;
        min-width:100%;
    }
    .tax-product_cat  .main-page-wrapper .container .content-layout-wrapper .sidebar-container {
        display:none;
    }

    2. You can change the size of the image in Appearance > Customize > WooCommerce > Product Image

    Adding close button will require WooCommerce customization what is not covered by our support.

    3. Brand carousel – Add this code:

    .brands-items-wrapper .owl-carousel .owl-nav>div {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    4. My Account – add this element in the Header Builder for desktop and configure to show in the sidebar: http://prntscr.com/l6m2yc

    If the code does not work, please provide valid site admin access.

    Best Regards

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