Hi,
I’m trying to find where can I edit or remove the name of the “All” category in the portfolio but I’m not finding it. The category which I’m referring to is this one:
Thanks in advance!
Hi,
I’m trying to find where can I edit or remove the name of the “All” category in the portfolio but I’m not finding it. The category which I’m referring to is this one:
Thanks in advance!
Hi there,
To remove the ALL option, please add this code to the Global CSS:
.x-portfolio-filters-menu li a[data-option-value="*"] {
display: none;
}
If you want to change just the text, add this code to the Global JS:
jQuery('.x-portfolio-filters-menu li a[data-option-value="*"]').text('New Text');
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.