묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
레이아웃 설정란에서 글씨에 색상을 어떻게 지정하죠?
2012.01.29 20:39
공식레이아웃 에서 사용하는 기본 xe_official 레이아웃 입니다.
레이아웃설정을 크릭하면 아래그림 과 같이 출력되는데
빨간색 테두리 안에 출력되는 글씨 색상을 변경하고 싶습니다.
레이아웃에서 출력되는 그림입니다. 빨간색 테두리 안에 글씨색상을 지정하고 싶습니다.
info.xml 에 있는 내용입니다.
이곳에서 색상을 지정해야 할지 layout.html 에서 해야 할지 default.css 에서 해야 할지
아니면 다른곳에서 해야 할지 모르겠습니다.
<var name="index_url" type="text"> <title xml:lang="ko">홈 페이지 URL</title> <title xml:lang="jp">ホームページURL</title> <title xml:lang="zh-CN">主页地址</title> <title xml:lang="zh-TW">主頁網址</title> <title xml:lang="en">Homepage URL</title> <title xml:lang="ge">Homepage URL</title> <title xml:lang="ru">Домашняя страница URL</title> <title xml:lang="es">URL de la página web</title> <title xml:lang="vi">URL Trang chủ</title> <title xml:lang="tr">Anasayfa URL'si</title> <description xml:lang="ko">로고를 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description> <description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力して下さい。</description> <description xml:lang="zh-CN">点击网站LOGO时要移动的页面URL。</description> <description xml:lang="zh-TW">請輸入當用戶按了網站 Logo 後,要前往的頁面網址。</description> <description xml:lang="en">Please input the URL to redirect when user clicks the logo.</description> <description xml:lang="ge">Bitte geben Sie die URL umzuleiten, wenn Benutzer klickt das Logo</description> <description xml:lang="ru">Пожалуйста, введите URL для перенаправления, когда пользователь нажимает логотип</description> <description xml:lang="es">Ingresar el URL de la página web para redireccionar al pulsar el logotipo</description> <description xml:lang="vi">Hãy nhập địa chỉ bạn muốn chuyển đến khi bấm vào Logo</description> <description xml:lang="tr">Lütfen kullanıcılar resme tıkladıkları zaman yönlendirilecekleri bir URL giriniz.</description> </var>
댓글 3
-
forest535
2012.01.29 20:55
-
때린데 또때려
2012.01.30 00:38
제가 질문을 잘못한건지 저는 이해가 가지 않습니다. /modules/admin/tpl/css/font.css 이란 파일은 없습니다. 또한 레이아웃을 관리자 메뉴에서 관리를 하나요 ? 그리고 레이아웃 관련 부분은 xe/layouts/xe_official/css/default.css 파일에서 관리를 하는걸로 알고 있는데 .. 아닌가요 ? -
송동우
2012.01.30 03:03
xe - modules - layout - tpl - layout_modify.html 열고
line 57 쯤에
<p class="q" style="color:red"|cond="$name=='index_url'">{$var->title}</p>여기서 붉은 색 추가
line 118 쯤에
<p class="desc" style="color:red"|cond="$name=='index_url'">{$var->description}</p>여기서 붉은 색 추가
-
때린데 또때려
2012.01.30 07:07
감사합니다. 위에 말씀하신데로 하니 잘 작동해네요 다시한번 감사 합니다. 그런데 글자를 굵게 bold 속성을 주려면 어떻게 해야 하나요? -
송동우
2012.01.30 07:18
style="color:red;font-weight:bold"|cond="$name=='index_url'"
-
때린데 또때려
2012.01.30 07:59
감사합니다 덕분에 잘 해결되었습니다.
/modules/admin/tpl/css/font.css
관리자메뉴는 여기에서 지정해 줍니다