Hello all,
My question is in the title :
I’d like to get rid of the “all” which appear with my category on masonry portfolio gallery. I just want the category name to be displayed.
Thanks,
Evedd
Hey Evedd,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.all_sort_button{
display:none;
}
Best regards,
Vinay