[Tips] 콘텐츠판 모듈 스킨 - 무료일 경우 스타일 변경
2018.11.27 01:23
0
https://eond.com/412204


컨텐츠판모듈 스킨에서 무료일 경우 스킨이 아니라 모듈 view 파일을 수정해야 합니다.

/modules/contents/contents.view.php (212, 833 line)

$sale_pointview = '<strong><span style="COLOR: #a6cf00">'.Context::getLang('free').'</span></strong>';

2군데를 아래와 같이 수정합니다.

css로 수정 후에 해당 css를 스킨 단에 넣어주는 방법으로 작업 가능합니다.

$sale_pointview = '<strong class="info_free"><span>'.Context::getLang('free').'</span></strong>';

그리고 css 파일에 다음 코드를 추가합니다.

.info_free{color:#2dbe8f;}


라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요