Tagged: categories, filter, masonry, Portfolio
Hi,
I’d like to hardcode in some text to appear before the portfolio filter categories…
At present, it just says:
ALL / Category 1 / Category 2 / Category 3, etc
I would like it to appear with the words “FILTER BY” proceeding the filter categories, to appear as:
FILTER BY: ALL / Category 1 / Category 2 / Category 3
Thanks :)
Hey!
Try adding this code to the Quick CSS:
.sort_by_cat:before {
content: "Filter by:";
float: left;
margin-right: 10px;
}
Cheers!
Josue