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 – AmeliawpDataTables, 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!

Okay
  Public Ticket #1718347
Customizing Amelia's Fonts
Closed

Comments

  • Collin started the conversation

    Hi there. I'd like to switch Amelia's fonts in the settings area, to the fonts that we are using on the website, which are Roboto Slab, and Cormorant Garamond. We'd probably prefer the switch-out to Roboto Slab.

    How can I do this? And if not, via an easy pull-down switch or so, can you tell me at least how to insert it in some code area somewhere, to achieve the desired outcome?

    Been staring at the one paragraph at the end entitled 'Font' for a while and also looking around all over the place, but I think my head's just gonna explode (https://wpamelia.com/customize-design).

  • [deleted] replied

    Hi Collin,

    It can't be done from the plugin's backend but there is a workaround for this. In one of the future releases we will probably add an option on customize page so you will be able to choose if you want to use theme's font or Amelia font.

    For now just go in file ../wp-content/uploads/amelia/css/amelia-booking.css from FTP or cPanel and replace all:

    font-family: Lato;

    with:

    font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;

    After that clear the browser cache to see changes immediataely or refresh the page with CTRL+F5 (Windows and Linux) or ⌘ Cmd and ⇧ Shift key and then press R on Mac.