i want my categories filter exact look like your theme
Hi ,
now my categories filter have "Show ALL" and Filter By" , i want to remove them all
http://fuji-shinyou.com/products/
I want look like your theme exactly like this
http://themes.muffingroup.com/be/home/products/
now my categories filter have "Show ALL" and Filter By" , i want to remove them all
http://fuji-shinyou.com/products/
I want look like your theme exactly like this
http://themes.muffingroup.com/be/home/products/
Comments
we see that you managed to turn on Jquery filtering, please disable pagination or load more since it will not work with this filtering.
thanks
my page
http://fuji-shinyou.com/products/
If you go to theme options>portfolio and set the number of posts per page to a big number the load more will dissapear.
#Filters .filters_wrapper { display: block !important; }
#Filters .filters_wrapper ul.categories { display: block !important; }
#Filters .filters_wrapper ul li.close { display: none !important; }
#Filters .filters_wrapper ul li.current-cat a { color: #000 !important; }
.project{
display: none !important;
}
.category-project{
display: none !important;
}
.product{
display: none !important;
}
.category-product{
display: none !important;
}
Hi , this is my Custom CSS... may i know which one i need to remove for showing the "ALL" in category option?
Disable you css and change the filter in theme options>blog,portfolio&shop>blog
http://prntscr.com/hxjdr7
#Filters .filters_buttons{ display: none; }
#Filters .filters_wrapper { display: block !important; }
#Filters .filters_wrapper ul.categories { display: block !important; }
#Filters .filters_wrapper ul li.close { display: none !important; }
#Filters .filters_wrapper ul li.current-cat a { color: #000 !important; }
.project{
display: none !important;
}
.category-project{
display: none !important;
}
.product{
display: none !important;
}
.category-product{
display: none !important;
}
can you tell me which part are wrong?
page that i need "ALL" is
http://fuji-shinyou.com/products/ (this page)
http://prntscr.com/hzdl6j