Title: kenanigans's Replies | WordPress.org

---

# kenanigans

  [  ](https://wordpress.org/support/users/kenanigans/)

 *   [Profile](https://wordpress.org/support/users/kenanigans/)
 *   [Topics Started](https://wordpress.org/support/users/kenanigans/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kenanigans/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kenanigans/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kenanigans/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kenanigans/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kenanigans/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Why Hello There] How To Remove Asterisks at Bottom of Posts?](https://wordpress.org/support/topic/how-to-remove-asterisks-at-bottom-of-posts/)
 *  [kenanigans](https://wordpress.org/support/users/kenanigans/)
 * (@kenanigans)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-asterisks-at-bottom-of-posts/#post-5480701)
 * Hey! I’m new here, and I realize your post was 3 months ago. But I just found
   this theme and I’m beginning to love it.
 * I’ve found those asterisks that follow every posts and can advise how to get 
   rid of them:
    1. Open up your wp-content folder and dive down to `wp-content/themes/whyhellothere/
       assets/css/` and open up the file `master.css` in your plain-text editor.
    2. Next, my line numbers might be a bit off because I’ve modified some things in
       here, but around LINE 1131 you should see “Content (Pages & Posts).” The second
       code block down (line 1137 for me) should be the selector “article:after.” This
       is the line that injects the asterisks you’re wanting to get rid of.
    3. Finally, edit these documents as you like. Make sure and back up this file (
       i.e. before you edit is, save this file to the same location but name it master_backup.
       css or the like). To get rid of the asterisks totally, you can delete the whole
       code block, or what I did was just comment it out, so if you can always see 
       what it is you took out.
    4. Keep in mind this will affect the spacing between articles, so pay attention
       to that and make your edits here to control that spacing.
 * Anyways, it found you 3 months late, but for what it’s worth, there’s your answer.
   Let me know if it helped or if you have anything else I might be able to help
   you with. I’m getting pretty deep into this theme.

Viewing 1 replies (of 1 total)