Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #222329

    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

    #222496

    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

    #222586

    Thanks Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I customize the portfolio categories separator?’ is closed to new replies.