Home Forums WoodMart support forum Moved: Reply To: Shop Sidebar Scrollable 1

Moved: Reply To: Shop Sidebar Scrollable 1

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

    goodmanrams
    Participant

    Elise, I’m trying to address same issues but the code you given isn’t working.
    Can this be because of minified / cached versions from litespeed server? I purged all.
    Or should this be done in some other way in order to work? Like unminify, apply, minify?

    #188115

    Hello,

    Please replace this code:

    .area-sidebar-shop {
        max-height: 1500px;
        overflow-y: auto;
    }
    .area-sidebar-shop::-webkit-scrollbar {
    		width: 3px;
    }
    		
    .area-sidebar-shop::-webkit-scrollbar-track {
    	background-color: rgba(0,0,0,.15);
    }
    		
    .area-sidebar-shop::-webkit-scrollbar-thumb {
    		background-color: rgba(0,0,0,.25);
    }

    Best Regards

    #189690

    goodmanrams
    Participant

    Thank you, Elise! By the way, is there an option to make attribute items work as dropdowns? Perhaps via external plugin you tested? I.e. expanding menus.

    #189739

    Hello,

    You need to disable swatches in the attributes, remove the color and image and they would get a the drop-down.

    Best Regards

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