본문 바로가기

컴퓨터

마젠토2 Magento2 쇼핑몰

▩ 테마 Themes 설정

1. CONTENT > Configuration > Global > Edit > Default Theme > Applied Theme > Save Configuration
2. SYSTEM > Cache Management > Flush Magento Cache


▩ 인삿말 Welcome Text 설정

1. CONTENT > Configuration > Global > Edit> Header > Welcome Text
2. SYSTEM > Cache Management > Flush Magento Cache


▩ 페이지 만들기 Add New Page

CONTENT > Elements > Pages > Add New Page > Save

  'Page Title'은 그 페이지에 들어가기 위한 주소창 URL이다. 그래서 한글로 입력이 불가능하다.


▩ 푸터 footer 설정

1. CONTENT > Configuration > Global > Footer
2. SYSTEM > Cache Management > Flush Magento Cache


▩ 카테고리 설정

CATALOG > Categories > Save


▩ CSS 설정

1. CONTENT > Configuration > Global > Edit > HTML Head > Scripts and Style Sheets > Save Configuration

<style>
.page-header {
 background-color: black;
}
</style>
<style>
@media (min-width: 768px), print {
 .page-header {
   background-color: black;
 }
}
</style>


2. SYSTEM > Cache Management > Flush Magento Cache

'컴퓨터' 카테고리의 다른 글

프록시 proxy 설정  (0) 2020.04.16
C#  (0) 2020.04.12
리눅스 남은 저장공간 확인하기 diskfree df  (0) 2020.03.02
아마존 클라우드에 Magento2 설치하기  (0) 2020.03.02
mongodb 정규표현식  (0) 2020.02.07