magento - Editing colour of category tabs

依然范特西╮ 提交于 2019-12-25 00:41:45

问题


Anybody know where to find the css that will edit the colour of the text in the category tabs?

Regards, Fiona


回答1:


Using Firebug for Firefox, you can inspect the element on the page, and the right-hand side will show the CSS affecting that control, as well as what file that CSS is contained within. This should show you where the color is being set.

As a generic note, all the CSS is usually contained within the /skin/frontend/default/default/css/ folder. Since some of these files are very long, Firebug is helpful for finding the line number to examine.



来源:https://stackoverflow.com/questions/1207510/magento-editing-colour-of-category-tabs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!