Hi:
I have added buttons in sidebar here: https://www.wangjingwei.org/blog-en/
- How can I remove shadow from the text inside button? I added this code to CSS in theme options, but it’s not working
.widget {
text-shadow: none !important;
}
- Is there a way to style the text inside button so that it’s not centered but flush left with some space from left edge of button?
Thanks.

