Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237371
    Ann
    Participant

    Hey hey,

    Is it possible to edit the button text for the ethos post carousel? I have different categories: podcast, videos, and blogs and I was hoping it could say “Listen Now” on podcast and “View Now” on the other 2 categories. I have attached a screenshot. You can also check the site out here: https://moveu.com/category/podcast/

    Thank you!

    Ann

    #1237419
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) { 
      $('.category-podcast .featured-view').text("Listen Now"); 
    } );

    Hope this helps.

    Cheers!

    #1238379
    Ann
    Participant

    That worked!

    Is it possible to change the text from the featured image too? Same page, when I hoover over the image for each post, it says “View Now”.

    Thanks!

    Ann

    #1238728
    Rupok
    Member

    Hi there,

    Let’s update the code a bit :

    jQuery ( function( $ ) { 
      $('.category-podcast .featured-view, .category-podcast .view').text("Listen Now"); 
    } );

    Cheers!

    #1238735
    Ann
    Participant

    So awesome!! All good now 🙂

    Thanks Rupok!

    #1238803
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1237371 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>