Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105681
    Pollito69
    Participant

    Hello,

    How can I change the default text “VIEW POST” that is inside the button of my Ethos post slider images?
    For example, I would like to change it to “Lear More” instead.

    Thanks!

    #1105727
    Rahul
    Moderator

    Hey There,

    You can use the following JavaScript code for that.

    jQuery(document).ready(function($){
      jQuery('.featured-view').html('Your Text');
    });

    Hope that helps.

    #1106367
    Pollito69
    Participant

    Great. Thanks!

    #1106488
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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