Hi there, Try this CSS code –
.home #post-122 article .more-link post-button
Thread Starter
Moisse
(@moisse)
Hi
considering that i am not a developer – where to add this code? In style.css, but the location?
Thank you.
First install this plugin – https://wordpress.org/plugins/simple-custom-css/
and the put that code into the custom css section
Thread Starter
Moisse
(@moisse)
Thanks, but does not work. The continue reading red big line remains like before.
Opps, I didn’t provide the code actually. Sorry for that try this
.home #post-122 article .more-link post-button {display:none;}
OR
.home .more-link {display:none;}
Both of them should work, use whichever you like.
Thread Starter
Moisse
(@moisse)
Hi
Thank a lot, the second one worked just fine 🙂