Update CUSTOMIZE.md

This commit is contained in:
Tetrakern 2024-08-23 23:59:36 +02:00
parent 40223f4b6b
commit a579492839

View File

@ -596,10 +596,12 @@ function child_remove_dot_separator_on_story_cards( $separator, $context ) {
add_filter( 'fictioneer_filter_bullet_separator', 'child_remove_dot_separator_on_story_cards', 10, 2 );
```
Custom CSS:
```css
.card._story .cell-tax {
display: flex;
flex-wrap: wrap;
gap: 6px;
display: flex;
flex-wrap: wrap;
gap: 6px;
}
```