I want to change the “Read More” text from uppercase to normal i.e only the first letter will be uppercase. Could you tell me how to do that please 🙂 And if possible the font size too! For me it’s kinda anoying with large box under the post. I want it a little smaller 🙂
Thanks for your excellent theme, I really enjoy it.
You can use this custom styling: .continue-reading-link span { text-transform: none; }
Using the same identifier you can also control the font-size parameter.