Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #451182

    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 !

    #451285

    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

    #451302

    Hi, thanks, but no idea where to find this….? Is it somewhere under Appearance/editor?

    #451306

    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

    #451571

    ok, thanks!

    #451575

    one more question: how to reduce the font size?

    Thanks.

    #451640

    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

    #452471

    great, thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘change separator between categories’ is closed to new replies.