Tagged: categories, filter, portfolio grid
Hi Support,
For the Portfolio Grid filter menu, how would I change the character between the categories from a slash ( / ) to a bullet point ( • ) ?
Thanks,
LJC
Hey lowjoecreative!
Thank you for using the theme!
Please edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 518:
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>/</span>";
Replace it with this:
$output .= "<span class='text-sep ".$category->category_nicename."_sort_sep'>•</span>";
I hope that helps.
Cheers!
Ismael
Perfect! Thanks for the speedy response. :)