Where is this character?
Hello all,
I did not like the categories dropdown on my site, so I eliminated that by adding to my custom CSS the following code:
@media screen and (min-width: 40em){
.listing-cats .cat-column {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
display: none;
}
Works like a charm, and makes sure the categoris page shows up when clicked.
But in the bottom-bar menu besides the word catagories there is still the small downward pointing arrow.
Would anyone know where I can remove that arrow?