Hello,
I am trying to change the color of the border of the categories tiles for home page of categories with boxes. I used the below in custom CSS, does not work. Any suggestions ?
.category-boxes-with-topics .category-box {
border-color: red;
}