Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206521

    Hi,
    I would like to replace the slash symbol with another symbol of my choice, for example, the hyphen ,
    Or HTML code, for example the black dot symbol: •
    If you can, what file should I modify?
    In this screenshot I have indicated with red arrows: http://i.imgur.com/hwcLPOw.jpg

    Thank you very much

    #206654

    Hi macrunner!

    You can edit includes > loop-index.php, find these codes:

    echo "<span class='text-sep text-sep-date'>/</span>";

    Replace it with:

    echo "<span class='text-sep text-sep-date'>-</span>";

    You can find 3 instances of this code on line 121, 133 and line 156.

    Best regards,
    Ismael

    #206713

    Hi Ismael,
    great
    thank you very much

    #206728

    Hi!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold – change slash symbol in meta infos Blog’ is closed to new replies.