admin管理员组文章数量:1130349
I can not change the background-color value of <wp: meta_value>
I'm trying to change by css the value of background-color in the class that is automatically generated by the Visual Composer called:
vc_custom_1510991353768
with this:
.vc_custom_1510991353768 {
background-color: #006e48 !important;
}
But, my styles.css of child theme does not recognize because it is owned by , according to the code referenced below:
<wp:postmeta>
<wp:meta_key><![CDATA[_wpb_shortcodes_custom_css]]></wp:meta_key>
<wp:meta_value><![CDATA[.vc_custom_1510991353768{background-color: #22355b !important;}]]></wp:meta_value>
</wp:postmeta>
I already try this (Custom colors for post rows based on post meta value ), but this dont work for me.
I need help, thanks in advance
EDIT:
I got it by following this: thanks guys
I can not change the background-color value of <wp: meta_value>
I'm trying to change by css the value of background-color in the class that is automatically generated by the Visual Composer called:
vc_custom_1510991353768
with this:
.vc_custom_1510991353768 {
background-color: #006e48 !important;
}
But, my styles.css of child theme does not recognize because it is owned by , according to the code referenced below:
<wp:postmeta>
<wp:meta_key><![CDATA[_wpb_shortcodes_custom_css]]></wp:meta_key>
<wp:meta_value><![CDATA[.vc_custom_1510991353768{background-color: #22355b !important;}]]></wp:meta_value>
</wp:postmeta>
I already try this (Custom colors for post rows based on post meta value ), but this dont work for me.
I need help, thanks in advance
EDIT:
I got it by following this: thanks guys
本文标签: cssI can not change the backgroundcolor value of wp metavalue of contentxml
版权声明:本文标题:css - I can not change the background-color value of wp: meta_value of content.xml 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749119952a2318835.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论