Your system is really well done as I get deeper into it. Today I have two questions:
1. How can I modify the font size in the system?
2. In the Catalog Booking Form/Packet Details in the section below "Packet includes" there are colored squares with the initials of the services shown. How can I remove this colored squares (in the screenshot attached marked with green)?
Thanks for reaching out to us. Unfortunatelly, currently, there is no option to change the font size, however, you can change the font itself. In Customize settings, in Step by Step v2, you can find this option
Also the package details can be only removed with CSS code, since there is no option to hide them through the Customization panel.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Thanks, you can use this CSS code for customization
.ql-description p { font-size: 25px!important; }
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 or JS 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.
Hi Amelia-Team!
Your system is really well done as I get deeper into it. Today I have two questions:
1. How can I modify the font size in the system?
2. In the Catalog Booking Form/Packet Details in the section below "Packet includes" there are colored squares with the initials of the services shown. How can I remove this colored squares (in the screenshot attached marked with green)?
Thank you,
Udo
Attached files: Bildschirmfoto 2024-12-13 um 11.40.45.png
Hi Udo,
Thanks for reaching out to us. Unfortunatelly, currently, there is no option to change the font size, however, you can change the font itself. In Customize settings, in Step by Step v2, you can find this option
Also the package details can be only removed with CSS code, since there is no option to hide them through the Customization panel.
Please feel free to search through our feature suggestion page, to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Kind Regards,
Stefan Petrov
[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 | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Stefan,
we changed already the font family but we need to change also the size. The service description can't be red now. Can you help me which class this is?
I tried class="am-fcis__info-content" but this seems not correct.
Thank you,
Udo
Hi Udo
Can you please provide the URL of the webpage and point out which fonts should be increased?
Kind Regards,
Stefan Petrov
[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 | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Sure,
https://anna-kosmetik.net/buchungen.html
We want to increase the font size of all service description areas marked green in the screenshot attached as one example.
Thank you,
Udo
Attached files: Bildschirmfoto 2024-12-13 um 15.10.34.png
Hi Udo,
Thanks, you can use this CSS code for customization
.ql-description p {
font-size: 25px!important;
}
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 or JS 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.
Kind Regards,
Stefan Petrov
[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 | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables