admin管理员组文章数量:1336148
I want to display some content in my post as strong text. so i am change the content with WordPress WYSIWYG Editor but it not display as BOLD text only displays like normal text
I want to display some content in my post as strong text. so i am change the content with WordPress WYSIWYG Editor but it not display as BOLD text only displays like normal text
Share Improve this question edited Dec 18, 2014 at 13:17 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Dec 18, 2014 at 13:11 RelaxRelax 1812 gold badges5 silver badges15 bronze badges2 Answers
Reset to default 0Hey Define bold and strong in your style.css file like this
b, strong {
font-weight: bold;
}
then it display bold
Amit Mishra answer is not working for me, but after adding !important it's worked well:
b, strong {
font-weight: bold !important;
}
You can place it on your page css.
本文标签: wysiwygstrong tag not working in WordPress 401
版权声明:本文标题:wysiwyg - strong tag not working in WordPress 4.0.1 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742395025a2466748.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论