自定义工具栏图标
您现在可以完全自定义 OneTap 工具栏图标,以更好地匹配您的网站设计。
您可以在 WordPress 信息中心的以下位置找到这些设置:
- 立即开始
- 一键通
- 窗口小部件
想要自定义图标大小(以像素为单位)吗?
请在设置中选择最小的可用图标尺寸。
然后,将以下 CSS 代码插入到您的 WordPress 网站中,您可以自由调整 宽度, 高度和 填充 值来按照您的喜好设置图标大小。
- WordPress的仪表板
- 外观
- 定制
- 定制
- 额外的CSS
- 复制并粘贴代码片段
.apop-container-toggle .apop-toggle img.design-size1 {
padding: 5px !important; /* Adds 5px of inner spacing around the icon */
width: 40px !important; /* Sets the icon width to exactly 40px */
height: 40px !important; /* Sets the icon height to exactly 40px */
}