Tagged: x Author Posts July 27, 2016 at 1:50 pm #1105681 Pollito69Participant 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! July 27, 2016 at 2:18 pm #1105727 RahulModerator Hey There, You can use the following JavaScript code for that. jQuery(document).ready(function($){ jQuery('.featured-view').html('Your Text'); }); Hope that helps. July 27, 2016 at 9:09 pm #1106367 Pollito69Participant Great. Thanks! July 27, 2016 at 11:13 pm #1106488 Prasant RaiModerator You are most welcome. 🙂 Author Posts <script> jQuery(function($){ $("#no-reply-1105681 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In