This can be achieved by modifying the form using custom CSS, but it requires some coding skills and is considered as custom work that doesn't fall under the provided support.
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
I can explain how to find and copy the selectors you need to use to style something.
Right-click on the part you wish to hide and inspect the element:
Then, when you hover over the code, that section will be highlighted in the modal. Right-click on the code that highlights the entire div, and go to copy/copy selector:
Paste that selector, and add "display: none !important;", like this for example if you want to hide something, different code would be applied if you want to change the color or style further of course
#tab-extras {
display: none !important;
}
Certain selectors can't be combined, so if it doesn't work when you separate them with a coma, simply add another selector below }
If this doesn't help either, we can recommend these services for customization:
You are welcome. I am glad that now everything is working fine.
For Apple devices it should work exactly the same, try clearing the cache on your device and test it again, unfortunately, I won't be able to advise you exactly, as we do not provide support for custom user CSS.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
My apologies if I already asked this before, but may I ask you for a small favor if you don’t mind?
Can you, please, leave a review on the Lite version of Amelia if you have an account at wordpress.org and have a couple of minutes? No need to write any specific text.
If it's not too much of a trouble, an additional review on Capterra would be greatly appreciated!
It’d mean a lot to us, and as a token of our appreciation, we would like to offer you a $10 credit for SMS notifications.
Hi,
Is it possible to get rid of this (red boxed) text?
Ron
Hello Ron,
Thank you for reaching out to us.
This can be achieved by modifying the form using custom CSS, but it requires some coding skills and is considered as custom work that doesn't fall under the provided support.
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
I can explain how to find and copy the selectors you need to use to style something.
Right-click on the part you wish to hide and inspect the element:
Then, when you hover over the code, that section will be highlighted in the modal. Right-click on the code that highlights the entire div, and go to copy/copy selector:
Paste that selector, and add "display: none !important;", like this for example if you want to hide something, different code would be applied if you want to change the color or style further of course
Certain selectors can't be combined, so if it doesn't work when you separate them with a coma, simply add another selector below }
If this doesn't help either, we can recommend these services for customization:
https://codeable.io/?ref=l1TW1
If you need some further assistance, please don't hesitate to contact us.
Have a nice day!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stanislav,
Thank you so much for this very complete answer, Good service !
I'll dig in to it.
Txs
Ron
Hi Stanislav
Thank you, it works, great
Hi Stanslav
It appears working with iOS (Apple) this didn't do the trick.
The form asking for "Name email, phone" doesn't appear now.
Is there for iOS another code to be given?
I’ve used this code
.el-col.el-col-24.el-col-sm-24 {
display: none !important;
}
Ron
Hello Ron,
You are welcome. I am glad that now everything is working fine.
For Apple devices it should work exactly the same, try clearing the cache on your device and test it again, unfortunately, I won't be able to advise you exactly, as we do not provide support for custom user CSS.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
My apologies if I already asked this before, but may I ask you for a small favor if you don’t mind?
Can you, please, leave a review on the Lite version of Amelia if you have an account at wordpress.org and have a couple of minutes? No need to write any specific text.
If it's not too much of a trouble, an additional review on Capterra would be greatly appreciated!
It’d mean a lot to us, and as a token of our appreciation, we would like to offer you a $10 credit for SMS notifications.
Thanks in advance.
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stanislav,
It appeared that I've took a to great class.
I.ve used:
I’ve used this code
.el-col.el-col-12{ display: none !important; }
And that did the trick.
Ron
Dear Ron,
I hope you're doing well.
Highly appreciated for sharing your solution, this may be helpful for other amelia users.
If you have any more issues or questions feel free to ask, we will gladly help.
Have a great day!
Kind Regards,
Stanislav Snagovskiy
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs
You can try wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables