We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi Amelia
I am styling service description in html mode like so:
<h1 class="am-service-heading">Området</h1>
In my css I have custom code and it will not kick in, so how do I get this working for H1 through 9, P tags etc:
#.am-fcis__info-service__desc h1.am-service-heading {
font-size: 4rem !important;
color: red;
}
I have tried the simple hook I added, the div amelia has as container around it, with space, without space, with h1 and without.
Will Wordpress variables work as size and color?
2) Could you enlighten how custom font works. Theme has default fonts, and I just want Amelia to tag into those to use local fonts....
Thx
Hello again,
As you've noticed, there are two options available: HTML mode and Text mode. These should not be mixed — so if your description already contains HTML code, please avoid using Text mode, and vice versa.
Could you please provide a more detailed explanation of what you're trying to achieve? Screenshots would be especially helpful for better understanding.
Regarding custom fonts, they can be imported via a link. In the Customize settings, select the Step-by-Step booking form, and then in the Fonts section, you’ll be able to insert a font link along with the corresponding font family.

Kind Regards,
Stefan Petrov
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
1) I read your manual regarding custom fonts. I have hooked into "Manrope" that Twenty Twenty Five theme offers and it worked really well thx. As this is a global one-time setting problem is sorted. That said, I do not get why you apply Amelia fonts as default as you detach from the theme itself off the bat. Just grab themes default font as a variable and this setting needs no attention. A php check of Wordpress fonts. If one is used for headings and another for paragraphs, then go with that.
2) For my service description I have this as html for now (Txt danish):
<h1 class="am-service-heading">Festsalen, Bindesbøll</h1>
<h2 class="am-service-heading">Området</h2>
<p>Midt i Risskovs "Bindesbøll Byen" finder du renæssancebyen Bindesbøll med brobelagte stræder og smukke gavlmotiver i Gottlieb Bindesbølls anlæg. Bindesbølls lokation i første række til parkanlægget og Risskov strandpark er selvsagt den helt ekstaordinære ramme for enhver setting</p>
<h2>Festsalen</h2>
<p>Vores billedgalleri over denne ekstraordinære sal siger mere end vi kan beskrive. Renæssancestilen er gennemført fra ankomst til entré i festsalen. Centralt beliggende i Bindesbølls fredede hovedbygning med direkte udsigt til parkanlægget tilbydes disse rammer til kulturarrangementer for Risskov.</p>
<p>Bindesbøll festsal omfatter renaissance selskabslokale ornamenteret med stuk, søjler og egetræ sildebensparket. Belysning er arrangeret og tilapsset til lokalet, med mulighed for delvis positionslys. Salen har tre tætsprossede store vinduespartier mod parkanlægget.</p>
<h2>Damesalen</h2>
<p>Udover festsalen er der direkte adgang til Damesalen med historisk indretning til spisning/møde omkring langbord med plads til 18 personer. Damesalen kan aflukkes fra festsalen og har egen adgang til trappe/entré samt toiletfaciliteter.</p>
<h2></h2>
<h2>Handicap adgang</h2>
<p>Lokalerne er beliggende på 1. sal. Der kan benyttes elevator i opgang nr. 41, men det bemærkes, at adgang til elevatoren sker fra høj stueétage, og at der således skal benyttes udvendig trappe fra terræn til stueplan, for at benytte elevator.</p>
I was hoping the H1 would take on styling from theme TT5, which it doesn't. So I add custom classes and css to style headings etc. This css takes no effect. So why add HTML if stylesheet does not apply styles. I have purged css and also purged all.
How can I style the HTML in my Description using custom css?
Regarding the paragraph tag. I suspekt Amelia applies a P tag, so when I do the same a dobble p Tag takes effect and adds over-spacing between them, correct?
I hope this clears up confusion
thx
Attached files: Screenshot 2025-05-09 at 11.24.38.png