CMS솔루션마켓, 이온디 - 워드프레스, 라이믹스, 카페24, 그누보드, 엑셀

Contents Management System


컨텐츠판모듈 스킨에서 무료일 경우 스킨이 아니라 모듈 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;}


추천한 사람

 
댓글은 로그인 사용자만 작성 가능합니다. 로그인하기