Site logo

Archived topic

Help with new update 3.00 - Hide toggle on destop + Filter by Price

3 replies · Started by Adrien on October 7, 2020

Viewing posts 1–4 of 4

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

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;
}

Thank you very much Tom!!! It worked perfectly ;-)

You're very welcome :)

This archived topic is closed to new replies.