Hi,
How do I add a text right before the submit button on the contact us page? The contact us form is here: https://www.itstechnologies.shop/pages/contact-us
Thanks!
Elisheva
Can you try to add the css below into the end of your theme.css or theme.scss.liquid, or whatever css file under your assets?
.contact-form .w-size25:before{
content: "hello";
margin-bottom: 10px;
display: block;
}
And try to replace "hello" with the text you need.
@DeepCode Thanks for the reply.
There is no theme.css file or theme.scss.liquid.
So I tried pasting the codes into the following files:
custom.css.liquid
main.css.liquid
style.css.liquid
But nothing works.
or try to paste the code below into footer.liquid after </footer>
<style>
.contact-form .w-size25:before{
content: "hello";
margin-bottom: 10px;
display: block;
}
</style>
User | Count |
---|---|
542 | |
209 | |
126 | |
79 | |
44 |