Advertisement
brooklyndesignstudio

Rename Divi Blog Read More

Dec 6th, 2020
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Rename Read More to View Cases -->
  2. <script type="text/javascript">
  3. (function($) {
  4. $(document).ready(function() {
  5. var newVal = 'view case';
  6. $('.more-link').html( newVal );
  7. });
  8. })(jQuery);
  9. </script>
  10. <style>
  11. .more-link {
  12.    float: right;
  13.    font-size: 20px !important;
  14. }
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement