无法在 magento 中设置顶级类别的样式

发布于 2024-12-24 02:45:51 字数 302 浏览 0 评论 0原文

在此页面上: http ://www.dancetimepublications.com/index.php/our-dance-dvd-store/development-style/dance-in-film.html 我无法仅设置顶级类别的样式(Dance by Era) , 舞蹈兴趣、制作风格等)。 有什么想法吗?

On this page: http://www.dancetimepublications.com/index.php/our-dance-dvd-store/production-style/dance-in-film.html I am unable to style just the top level categories (Dance by Era, Dance Interests, Production Styles, etc.).
Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晌融 2024-12-31 02:45:51

您是指分层导航中的顶级类别吗?显然,所有链接都分配了可识别的 css 类,例如“nav-2-1-1”、“nav-2-1-1”等...您可以将 css 应用于样式表中的任何这些链接例如:

.nav-2-1-1
{
   color: green;
}

Do you mean the top-level categories in the layered navigation? Appearantly, all the links have identifiable css-classes assigned, such as "nav-2-1-1", "nav-2-1-1" etc... You can apply the css for any of these links in your stylesheets such as:

.nav-2-1-1
{
   color: green;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文