Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
i fund issue by using your css in wordpress and adding this for removing price filters and categoeries filters
@media only screen and (max-width: 479px) {
.sidebar .woocommerce.widget_layered_nav {
display: none;
}
}@media only screen and (max-width: 479px) {
.sidebar .woocommerce.widget_price_filter {
display: none;
}
}@media only screen and (max-width: 479px) {
.sidebar .woocommerce.widget_product_categories {
display: none;
}
}thanks
your css is added now but not work he disable only filters by attribute look here https://www.indy-cosmetics.paris/categorie-produit/soin-du-visage/
i want to wiew only the mobile filters on the top also remove all filters below
thanks
hello not even I thought kyle want to check the source code I just said I disable the minification I can provide you with access so you can even please ?
hello minification is disabled now thanks
hello the probleme are not resolved please is important for me thanks
i have used this one i have fund this on a topic(not work)
@media only screen and (max-width: 767px) {
.post-type-archive .sidebar{
display:none !important;
}
}(not work)
@media only screen and (max-width: 479px) {
.sidebar .woocommerce.widget_layered_nav {
display: none;
}
}this (hide woocmmerce mobile filters i want the
opposite).woo-aux-options-wrap{
display:none !important;
}thanks on advance
Hi
both codes not function
Thanks
-
Posted in: We hit Power Elite.