It is the result of my one-hour searching
the problem was remove default amasty menu css and set it as default …like another admin
i fund this code
1 2 3 4 5 6 7 8 |
<?xml version="1.0" encoding="UTF-8"?> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <remove src="Amasty_Base::css/main.css"/> <css src="ChalakSoft_Theme::css/amasty_menu.css" /> </head> </page> |
i remove base css and add my custom