Hi!
I tried to change the separator between the categories like in this post :
https://kriesi.at/support/topic/change-separator-between-categories/
but I couldn’d find that line: $output .= “<span class=’text-sep {$term->slug}_sort_sep {$show_item}’>/</span>”;
in the masonry_entries.php file
Can you help me?
Thkx!
Hey AgenceKineka!
In the later Enfold versions it’s in /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php around line 142.
Cheers!
Elliott
Ok thanks!
Is it possible to have the same look as the fullwidth sub menu seprarator (thin border 1px)?
Because this: | is thicker…
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi!
Here is the look of the separator with the ” | ” instead of ” / ”
And it would be nice if it looks like this :
Hey!
You can try this:
.av-sort-by-term .text-sep {
display: none;
}
.av-sort-by-term a {
border-right: 1px solid gray;
padding: 5px;
line-height: 12px;
}
.av-sort-by-term a:last-child {
border: 0;
}
Cheers!
Ismael
Hi!
yeaaah! It’s perfect ! Thanks!!!