How to get rid of "Read now" and "Read later" options from the Alto theme? thank you :)

The easiest solution without getting in to code is to use Code injection with some CSS.

to do that go to Setting > Code Injection, Under Site Head Paste the following

<style>
.post-action {
    visibility: hidden;
}
</style>
1 Like

Thank you so much. Appreciate your help :)

It worked.

Could you also help me remove “Powered by Ghost” and Rss feet at the bottom? Thanks