New Landing How can we help? Themeforest Theme Support Joyn Filter my news by date : how remove comma in the title ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Joyn
  • #216250
    mengeco
    Member
    Post count: 558

    hello,

    When I filter my news by date, title is “News September 2015”

    Example: http://www.graeve-avocats.fr/site/2015/09/

    In French, delete the comma. How to remove the comma?

    Regards

    #216260
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Within your theme options Custom JS please add this:

    jQuery(document).ready(function(){
    var stripString = jQuery('.archive .heading-text h1').text().replace(/,/g, '');
    jQuery('.archive .heading-text h1').text(stripString);
    });

    Thanks,
    David.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register