Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于agentpress pro,功能图像右侧有一个按钮显示“Just Listing”、“Just Reduced”功能区。如何根据输入的单词更改功能区颜色?就像绿色代表刚刚上市,红色代表“已售出”。任何人都可以帮忙吗?谢谢
要更改 Agentpress Pro 主题的文本和背景,您需要使用以下内容更改 CSS:
.listing-text { background-color: [your color here]; color: [your text color here]; }
您必须将此代码添加到子主题中,以确保在更新主题时它不会被覆盖。如果您对创建子主题不满意,您可以使用 Jetpack 插件的自定义 CSS 功能来添加代码。