As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi
Amelia appears detached from theme, since you do not inherit font, buttons and their behaviour etc. Please consider to fix this, so that it is done once by you, so that not everyone needs to all the time.
Please tag into existing css variables as defined by wordpress such as base, contrast, accent colours. That way they update for the next theme also.
Amelia only allows addition of RGBA colours. Please add Hex also and also add the option to drop the Wordpress variable from theme, in case I want another than the one you hooked into. Let me know if this is unclear.
Now, I am hardcoding inherit font and it works, but:
.amelia-v2-booking #amelia-container.am-fc__wrapper *,
.amelia-app-booking #amelia-booking-wrap,
#am-modal.am-modal.am-in-body,
.amelia-v2-booking #amelia-container .am-els * {
font-family: inherit !important;
}
This breaks all icons. Why? and how can I fix this. (See image)
Thx
Attached files: Screenshot 2025-05-07 at 12.13.47.png
Any action here?
Hi Hansen,
Some customization options are available directly within Amelia’s settings. However, for more advanced changes—such as modifying fonts, button styles, and their behavior—custom CSS is required.
At the moment, Amelia does not offer built-in options for these types of customizations, though this may be added in future updates. Until then, using CSS is the only workaround. That said, we strongly recommend consulting with us before applying any CSS changes, as incorrect modifications can affect functionality.
Amelia does provide its own font selection and supports importing custom fonts, but it doesn’t inherit fonts, buttons, or other styling from your theme by default.
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
Please note, I am not talking about my theme, I am talking about default WordPress variables that can be hooked into and they will then stay relevant when changing theme. CSS Examples:
background-color: var(--wp--preset--color--contrast);
color: var(--wp--preset--color--base);
font-size: var(--wp--preset--font-size--medium);
Hence, it makes a lot of sence to apply those as default Amelia colors and allow for them to be added in the color selector.
Hello,
Apologies for the delayed answer. I would need to double check with developers regarding this specific question. I will get back to you as soon as i have a feedback.
I appreciate your patience.
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
Hello,
Please accept our apologies for the prolonged reply.
Thank you for your suggestion — we appreciate your input and will definitely take it into consideration. In the meantime, we’d like to point out a few challenges with the proposed approach:
Using WordPress CSS variables can create issues, particularly because these variables are not available within the admin panel. Since we need support for styling in that area, this limits our ability to rely solely on them — especially for consistent display within the Customize page.
Our design includes more than just the sidebar and main section. Elements such as tabs, cards, input fields, dropdowns, checkboxes, and more — all have specific styling states (like focus and hover) and color variations. Because of this complexity, a few global WordPress color settings are not enough. That’s why we’ve provided a dedicated Customize Page, allowing users to tailor the appearance to their preferences.
Color updates on the customization page are managed using JavaScript, particularly for dynamic UI elements like discounts and tax indicators. This allows us to modify colors on the fly based on user input.
Font integration from WordPress themes requires a standardized implementation (using JS and PHP hooks) for us to fully support it. Until that becomes consistent across themes, users will need to select from the fonts we offer, or upload a custom font via a provided path — a feature already available in Customize Amelia Design 2.0.
Inheriting font sizes from themes can negatively affect responsive behavior. Since many users are particular about mobile design, inconsistent inheritance may lead to visual issues — especially on smaller screens.
The reason the icons aren't displaying is that we've created a custom font specifically for our icons. However, your custom CSS is overriding our styles — particularly due to the use of !important — which also overrides the font used for rendering these icons. As a result, the icons fail to appear correctly.
I hope it helps.
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