I’m using the masonry portfolio. The categories listed above the page are separated with a slash “/”. I would like to change that with ” ∙ ” (space+small round bullet+space).
How can I do that?
Thanks for your help in advance.
Nedim
Hi nedimhazar!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open masonry_entries.php file and find
$output .= "<span class='text-sep {$term->slug}_sort_sep {$show_item}'>/</span>";
and change / before closing span to small round bullet
Best regards,
Yigit
Thanks Yigit!