- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hey everyone. Where can I change the font/symbol color or what is the right html Code ?
I want this in red :))

링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Snake S !
If you want to change the color of a HTML page text you can use either CSS , either the code below, that will change the color of the text in red.
<p style="color: red;">this is main page</p>
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Snake,
Try this:
1. Select the button.
2. In STYLES section at right,dropdown Custom, select New..
3. Define the style name, for example, btn-fontcolor
4. In the style code you'll see:
.btn-fontcolor {
}
Add this line:
.btn-fontcolor {
color: red;
}
Save the style.
You could use this custom style in other buttons just selecting it from the Custom styles list.
Regards,
Diego