Hi there,
How could I change the “/” separator of the post and portfolio categories into a “|” ?
How to change te font size of these categories. They are too big now.
http://www.meesvisser.com/projects/
thanks !
Hi marijnmees!
Please go to 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 it to
$output .= "<span class='text-sep {$term->slug}_sort_sep {$show_item}'>|</span>";
Regards,
Yigit
Hi, thanks, but no idea where to find this….? Is it somewhere under Appearance/editor?
Hey!
No, you should go to wp-content/themes/enfold/config-templatebuilder/avia-shortcodes folder via FTP to find and edit the file
Regards,
Yigit
ok, thanks!
one more question: how to reduce the font size?
Thanks.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-sort-by-term {
font-size: 13px;
}
Best regards,
Yigit
great, thanks!