Open AndrewHaglund opened 2 days ago
I will add a little more basic form styling in the next update, thanks for suggesting.
For now, I suggest adding some CSS classes to your form and using that to style things directly.
For example:
HTML:
Happy to help dabble with this. I did a little CSS work getting my current Eleventy site https://haglund.app/contact/ working but I'm new to Hugo themes.— Reply to this email directly, view it on GitHub https://github.com/MattSLangford/Sumo-Theme/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHCHFEEXLF7XIJGDN5IQST2BP66ZAVCNFSM6AAAAABSDSOPXCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TIMRSGEZDMNY. You are receiving this because you are subscribed to this thread.
Hi there! I really enjoy the Sumo theme but could use some help with styling
input
andtextarea
and hopefully these fixes could be applied at the theme so others can benefit. (I'm also not sure how to "override CSS" in a Micro.blog theme.)In my case I wanted to add a "contact" form in a page on micro.blog. Here's the outputted site: haglund.micro.blog/contact and a screenshot:
Issues:
email
field is the "hand" instead of the I-beamname
field has no styling appliedcomment
field has no styling appliedI'm using formkeep as the API for receiving the data and emailing me (in a foolish attempt to keep my email address more private).
Here's the HTML I put into Micro.blog's page editor for context:
Happy to help dabble with this. I did a little CSS work getting my current Eleventy site working but I'm new to Hugo themes.