Hello,
I'm trying to create a photo gallery with several filters. In order to do this, I am using the template combination-filter.html.
In this template, the filters are coded like that
**Colors:**
[Any](#)
[Red](#)
[Blue](#)
[Green](#)
However, I would like to change the look of the filter. I would prefer if it was looking like in portfolio-1.html. The buttons are a bit bigger, and the color is better too. However, the code is completely different and doesn't work with the <script> for the combination filter.
- [Show All](#)
- [Red](#)
- [Blue](#)
- [Green](#)
I've tried many things but I never succeed to adapt this code to the combination filter. Does anyone know how to do?
Thanks a lot!
