Guest User

Untitled

a guest
Jan 22nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?>
  2.  
  3. .meta-nav {
  4. color: red;
  5. font-size: 3em;
  6. /* any styling you want! */
  7. }
  8.  
  9. .meta-nav {
  10. /* Your styles here */
  11. }
  12.  
  13. .meta-nav {
  14. color:red !important;
  15. font-size:3em !important;
  16. }
Add Comment
Please, Sign In to add comment