starting to implement alphabetical filter in category page

This commit is contained in:
Jonas Heinrich 2020-06-12 15:09:54 +02:00
parent 0a6ae01982
commit 77306b737b
3 changed files with 64 additions and 3 deletions

View file

@ -322,6 +322,14 @@ function kit_customize_css()
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
ul.catFilter li.available:hover {
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
ul.catFilter li.active {
background-color: <?php echo get_theme_mod('theme_color', '#009982'); ?>;
}
</style>
<?php
}