There is a problem with the theme customization, i use buttons in the “Theme Configuration”. And those types of icons appear at the beginning of loading the page and after a while they disappear. Has anyone had a solution or is it just my problem?
It sounds like a rendering issue where your theme is briefly displaying default icons or placeholder elements before fully loading the custom styles. Here are a few things to check:
- Preload the correct styles – Ensure that the theme’s CSS loads early in the section to avoid the default fallback styles appearing first.
- Check for JavaScript delays – If the buttons/icons are loaded dynamically, they might be affected by lazy loading or a JavaScript delay. Try moving critical scripts to load earlier.
- Test with another browser or device – If it’s a caching issue, clearing the cache or testing in an incognito window might help.
- Disable conflicting apps – Some apps (especially page builders or optimization tools) might delay elements from loading properly.
But, i don’t know anything to the CSS or JavaScript