Hi Shopify Community,
On my shopify page www.strawhataerial.com (password is: LawnmowerMan2) I have changed the theme text color to white for contrast with the dark background. But on the contact page, the text is located inside the text boxes. This is an issue because the text is white on white and customers won’t see it.
I see two possible solutions. One is somehow move the text to outside and above the box so the white text is contrasted against the dark background. Or two, change the text color to black.
Does anybody know how to do either? I have a little experience mucking around with the codes to get things how I like it, but I don’t know how to do this. Thanks!
Here is the code for this page. I modified one thig already which was to delete the phone number box:
# {{ page.title }}
{% if page.content != blank %}
{{ page.content }}
{% endif %}
{% form 'contact' %}
{% if form.posted_successfully? %}
{{ 'contact.form.post_success' | t }}
{% endif %}
{{ form.errors | default_errors }}
{% endform %}
{% section 'featured-products-subsection' %}

