0
我有一個問題找出我可以在哪裏更改頂部下拉菜單字體大小。 我應該使用較少的文件或css文件,對吧?但是哪裏?使用Magento 2更改下拉菜單的字體大小
我有一個問題找出我可以在哪裏更改頂部下拉菜單字體大小。 我應該使用較少的文件或css文件,對吧?但是哪裏?使用Magento 2更改下拉菜單的字體大小
爲了改變你的CSS試試這個。
轉到像在這條道路= Magento的-2 /供應商/ Magento的/主題前端 - 亮度/ Magento_Theme /佈局/ default_head_block.xml
,並添加您custom.css代碼。
1.
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<css src="css/mycustom.css"/>
</head>
路徑= Magento的-2 /供應商/ Magento的/主題frontend- luma/web/css/mycustom.css比應用你的代碼後。