Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS change read more button text Reply To: change read more button text

#246099
deb
Participant

Hey sorry for late reply but don’t try to use plugin. Below your footer paste this code:
<footer>your footer here</footer>
<script>
jQuery(“a.thb-btn”).text(“Your New Text”);
</script>