我只想将”商店”页面的背景颜色www.momen-taste.at更改为深灰色, 但是还没有做到这一点。我正在使用Hestia Pro WordPress主题。感谢你的帮助!
#1
你商店中用于定义背景的CSS类与其他页面不同。
因此, 你要做的就是定义商店CSS类的背景颜色。
在你的子主题或自定义CSS框中添加以下代码:
.woocommerce.archive .main {
background-color: #f0f0f0; /* Hex code of the color of your choice */
}
这应该做的工作。
希望这可以帮助。
评论前必须登录!
注册