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

    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

    #254893

    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

    #255114

    Perfect! Thanks for the speedy response. :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio Grid Filter Question’ is closed to new replies.