• Hi. I’ve been trying to figure this out on my own, but no success yet. Every entry ends with five asterisks, even in the category archives, which gets very redundant. How can they be removed site-wide?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Can you please share link to your post page so that I can help you regarding that?

    Thank you.

    kenanigans

    (@kenanigans)

    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.

    mg

    (@martynglanville)

    Thanks kenanigans.

    That worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Remove Asterisks at Bottom of Posts?’ is closed to new replies.