Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
I've noticed that I can't change the text color in magazine view. It's displaying a 9e9e9e color. I'd prefer a darker color, like #111. Any chance of adding the ability to change the text color?
Re: @airpain:
as a temp fix, I put the following in the mycss code (probably the wrong way to do this)
.summary {color:#000}
Re: @airpain:
oh well, it didn't work, ignore
Re: @airpain:
ok, this one works for magazine view:
.u4Entry .summary {color:#000;}