开发者

How do I change the admin header color in Magento?

开发者 https://www.devze.com 2023-01-30 16:39 出处:网络
I\'m re-skinning Magento\'s admin dashboard. How do I change the color of the top nav (the portion that is behind the logo)? I assume this is a CSS change 开发者_StackOverflow中文版but I can\'t seem t

I'm re-skinning Magento's admin dashboard. How do I change the color of the top nav (the portion that is behind the logo)? I assume this is a CSS change 开发者_StackOverflow中文版but I can't seem to find the line of code to change this.


Try line 527 in DOCROOT\skin\adminhtml\default\default\boxes.css

.header { background:url(images/header_top_bg.gif) repeat-x #425e66; text-align:right; }

The colour is mostly coming from the background image.

JD

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号