Hi,
In the mobile when click the hamburger menu with canvas menu type, how I can change the blocked white color or let people know it is still loading?
This topic has 6 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler
Hi,
In the mobile when click the hamburger menu with canvas menu type, how I can change the blocked white color or let people know it is still loading?
Hi,
Thanks for using our theme.
There is no such possibility, by default. But you can describe the desired displaying here, as a featured request – https://www.8theme.com/taskboard/
Regards
any workaround to make it looks not like an error because need some time to load that canvas content
We will add a mask overlay for content, in the next update.
You can only change the color of this with custom css (Theme Options > Theme custom CSS):
.skeleton-body {
--linear-gradient: #888;
--linear-gradient-overlay: rgba(255, 255, 255, 0);
--linear-gradient-overlay-2: rgba(255, 255, 255, 0.8);
}
Regards
thank you. will try
You’re welcome!
Regards
The issue related to '‘Mobile Canvas Menu Text Color and Background Color’' has been successfully resolved, and the topic is now closed for further responses