Hi John,
Do you want to disable ALL filter button from the output of the gallery?
Please share your site URL, we will tell you the tweak for this.
Thread Starter
John
(@johndiep)
Thanks for your reply.
Yes I like to remove the All button due the loading time and start with “* Nieuwe en vernieuwde webwinkels *” (Data filter 40).
Thanks,
John
Thread Starter
John
(@johndiep)
Thanks for your reply.
Yes I like to remove the All button due the loading time and start with “* Nieuwe en vernieuwde webwinkels *” (Data filter 40).
http://www.winkeltjes.net/wp/winkelstraat/
Thanks,
John
John actually we can hide All button using CSS tweak. But on page load, all images will also take the time to load.
Use this CSS code into Custom CSS field to hide All button:
.simplefilter ul li:first-child{
visibility: hidden !important;
}
OR
.simplefilter > ul > li:first-child{
visibility: hidden !important;
}
You can only hide.
-
This reply was modified 9 years, 6 months ago by
A WP Life. Reason: css code modified
-
This reply was modified 9 years, 6 months ago by
A WP Life.