게시판 본문글 영역을 검정색으로 바꾸고 싶어요

1. 정확한 제품 또는 플러그인 이름

케이보드

 

2. 상세 내용

목록은 검정배경에 흰글자로 변경하였는데 게시판 본문을 검정배경에 흰글자로 바꾸고 싶습니다.

 

3. 확인 가능한 상세 페이지 주소

https://imgur.com/a/TFOEphS

 

4. 수정한 코드 내역 (있다면)

/* 게시판 목록 배경 */
.kboard-list {
    background-color: #000000 !important;
}

/* 게시판 제목 색상 */
.kboard-list .kboard-list-title a {
    color: #ffffff !important;
}

/* 게시판 본문 배경 */
.kboard-view {
    background-color: #000000 !important;
}

/* 게시글 제목 */
.kboard-view .kboard-view-title {
    color: #ffffff !important;
    font-weight: bold !important;
}

/* 게시글 본문 텍스트 */
.kboard-view .kboard-content {
    color: #ffffff !important;
}

/* 댓글 영역 */
.kboard-comment {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* 댓글 입력창 */
.kboard-comment textarea {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}

/* 댓글 버튼 */
.kboard-comment input[type="submit"] {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ffffff !important;
}

/* 표 스타일 */
.kboard-view table, 
.kboard-view td, 
.kboard-view th {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* 링크 색상 */
.kboard-view a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

 

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요

AI 상담