Question

Image

How to change background color of only this section which mark at logo

Was it helpful?

Solution

In admin styles.css CSS file, add this class :

.menu-wrapper .logo {
  background: #900;
}

Change background as per your requirement

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top