2017-04-09 11 views
0

채팅 창 fontcolor/fontsize를 younow으로 변경하고 싶습니다. 글꼴 크기를 변경할 수는 있지만 글꼴 색을 변경할 수는 없습니다. 채팅 창 글꼴 색상을 변경하려면 어떻게해야합니까?setattribute를 사용하여 글꼴 색상 변경 (채팅)

document.getElementById("chatcomments").setAttribute('style','font-size:36px; color:red !important;'); 
+0

.comment-content{ font-size: 20px; } .comment-content a, .comment-content span, .comment-content i{ color: red !important }
당신해야'그것에 대해 cssText' ...'document.getElementById를 ("chatcomments") style.cssText = '글꼴 크기 :. 36 x 36 픽셀; color : red; '' – LGSon

+0

'chatcomments'는 텍스트의 직접적인 요소가 아니므로 더 아래쪽으로 펼쳐지므로이'document.querySelector (". chatcomments span")을 사용하면 어떨까요? style.cssText = 'font- 크기 : 36px; 색깔 : 빨강;'' – LGSon

답변

0

내가 링크를 방문하여 문제를 해결할 : enter image description here이 내가 사용하는 것이다. 이 CSS 코드는 문제를 해결할 수 있습니다. 자바 스크립트가 필요하지 않습니다.