I'm trying to modify my text color on my site with Elementor.
(我正在尝试使用Elementor修改网站上的文字颜色。)
I cannot just select all text and modify it's color, since there are links in another color that will get changed as well, which I don't want. (我不能只选择所有文本并修改其颜色,因为有些链接也将更改为其他颜色,这是我不希望的。)
I've tried to insert a <font color="red"> ... </font>
into the html, which seems to work as I would like it to.
(我试图在HTML中插入<font color="red"> ... </font>
,这似乎可以按照我的意愿工作。)
However, switching back to visual after updating changes, the text color changes back to the original, and my <font color="red"> ... </font>
is replaced by a
(但是,在更新更改后切换回视觉,文本颜色又变回原始颜色,而我的<font color="red"> ... </font>
被替换为
)
. (。)
So, how to simply change text color?
(那么,如何简单地更改文本颜色?)
ask by J. Schmidt translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…