Hello,
is there any chance I can replace the slashes between the categories above the portfolio with upright strokes
So I want to replace “/” with “I”
Hey SarahKunterbunt,
Thank you for using Enfold.
You can modify the config-templatebuilder > avia-shortcodes > portfolio > portfolio.php, look for this code around line 802:
$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>";
Let us know if you need further assistance.
Best regards,
Ismael
I did exactly what you said but it didn’t work… can you have a look into it? Credentials are provided above
Hi SarahKunterbunt,
You’re using masonry not portfolio, so you should make changes in the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file.
Best regards,
Victoria