[Resolved] Help with new update 3.00 – Hide toggle on destop + Filter by Price

Home Forums Support [Resolved] Help with new update 3.00 – Hide toggle on destop + Filter by Price

Home Forums Support Help with new update 3.00 – Hide toggle on destop + Filter by Price

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

    Hello GP Team,

    How can:

    1/ I hide the new toggle icon on desktop which appeared after 3.00 update?
    Screenshot: https://tinyurl.com/yyfo4o7t

    2/ On the toggle menu on Shop page, I’d like to show the Filter by price PRICES below the filter menu.
    Screenshot: https://tinyurl.com/y4tk7cez

    Thank you for your help! Best, Adrien

    #1477216
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    .menu-bar-item.slideout-toggle {
        display: none;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount .button {
        float: none;
    }
    
    .woocommerce .widget_price_filter .price_slider_amount {
        text-align: center;
    }
    #1477342
    Adrien

    Thank you very much Tom!!! It worked perfectly ๐Ÿ˜‰

    #1477344
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.