starting to implement alphabetical filter in category page
This commit is contained in:
parent
0a6ae01982
commit
77306b737b
3 changed files with 64 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue