如何在Magento 2中添加工具提示

时间:2018-01-15 12:36:23

标签: user-interface magento magento2

我正在使用自定义模板,只是添加了:

<span class="custom-tooltip">
    <a href="#" class="tooltip-toggle">Test ?</a>
    <span class="tooltip-content">Tolltip description come here</span>
</span>

并在我的主题styles-l.css

中添加了以下样式代码
.custom-tooltip {
    .lib-tooltip(right);
}

但它不起作用,我做错了或丢失了。

请建议

1 个答案:

答案 0 :(得分:1)

在以下文件中添加以下代码

.custom-tooltip {
    .lib-tooltip(right);
}

并运行bin/magento setup:upgrade命令

在magento 2.1.7版本中检查磁力版2.2.2