## 概要 CKEditor 4にてテキストを**太字**・_斜体_にしてもフロント側で反映されない。 [https://forum.basercms.net/t/topic/1634?u=ao-fuku](https://forum.basercms.net/t/topic/1634?u=ao-fuku) <img width="723" height="488" alt="Image" src="https://github.com/user-attachments/assets/ff3229ce-42ea-4fb0-ac6a-d2b60db725ea" /> <img width="936" height="835" alt="Image" src="https://github.com/user-attachments/assets/cf58df83-c797-4a86-95b4-ce7be96ced82" /> ・太字に関しては、ソース上で、`<strong>→<b>`変更にすると反映される。 ・下線、字消し線、文字色、背景色などは反映される。 【環境情報】 ・baserCMSのバージョン:5.2.3 ・使用テーマ:BcThemeSample ・使用エディタ: CKEditor 4 ## 備考 ・editor.css 395行目(_editor.scss 295行目)付近の以下の記述で太字と斜体の設定を打ち消している可能性あり。 ``` address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var { font: inherit; } ```
概要
CKEditor 4にてテキストを太字・_斜体_にしてもフロント側で反映されない。
https://forum.basercms.net/t/topic/1634?u=ao-fuku
・太字に関しては、ソース上で、
<strong>→<b>変更にすると反映される。・下線、字消し線、文字色、背景色などは反映される。
【環境情報】
・baserCMSのバージョン:5.2.3
・使用テーマ:BcThemeSample
・使用エディタ: CKEditor 4
備考
・editor.css 395行目(_editor.scss 295行目)付近の以下の記述で太字と斜体の設定を打ち消している可能性あり。