If you want to customize or disable the page transition animation for the whole website you can do so from Theme options > General settings > Page transition.
When clicking on a button in your website to open a Popup, the page performs an Ajax request to your server to fetch the content of the requested Popup, and after receving the result from the server, the content will...
You can set the favicon (or address bar icon) directly from WordPress settings in WordPress admin panel > Appearance > Customize > Site Identity > Site icon. Or you can set it inside the Theme options > General settings > Custom Favicon.
If you added an iframe or script tags into a page on your website and it was working while you are logged in into your WordPress account but they are not showing in the live site when you are not...
To customize menu text, you can change the font size by adding this code snippet into Theme options > Layout > Advanced > Custom css: .navbar-nav.nav-style-megamenu > li > a > span { font-size: 16px !important; } To change the dropdown...