Improve UX on mobile

Hi, guys!

I’d like to know about this topic. Do you have any update about it?

If you dont to have, can you give the codes for fix it? I really need this of right way.

Thanks!

Sorry, no news regarding these yet but we’re currently working without weekends to improve the HivePress platform (while also looking for more developers to hire) - we’ll try to deliver these improvements as soon as it’s possible.

Ok!

Do you have a code snippet to me try to fix that?

Hi,

Regarding the arrows, we have provided you with a CSS snippet:

.fa-arrow-left::before {
content: "\f053";
}

.fa-arrow-right::before {
content: "\f054";
}

Please provide information on whether he helped you.

Regarding the graphs, please ensure you have the latest version of HivePress and the Bookings extension.
If you added a License Key in HivePress > Settings > integrations > HivePress store, the update must be available in Dashboards > Updates.

As for other issues, we are still working on updating them.
If you need urgent customization, please consider hiring someone for custom work https://fvrr.co/32e7LvY.

Ok!

I tried this code, but doesn’t work.

Do you have another code?

Hi,

Please try these CSS snippets:

.fa-arrow-left::before {
 content: "\f053";
 font-family: 'Font Awesome 5 Free' !important;
 color: inherit !important;
}

.fa-arrow-right::before {
 content: "\f054";
 font-family: 'Font Awesome 5 Free' !important;
 color: inherit !important;
}
2 Likes

Thanks, Andrii!

This worked.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.