初学者问题。我有这个代码,工作正常
/* Start attribute labels bold */
.custom-attributes .attribute-label {
font-weight: bold;
}
/*End attribute labels bold */
/* Start attribute value color */
.custom-attributes .attribute-value {
color: red;
}
/* End attribute value color */
现在,我想过滤.custom-attributes .attribute-label并查找值1,然后将所有.custom-attributes .attribute-value打印到此标签为green。所以基本上
我希望这是可以理解的......我怎么能这样做?
这是一个wordpress网站,可以自定义网站上的输出。