컴퓨터
마젠토2 Magento2 쇼핑몰
sayyesdoit
2020. 3. 11. 10:08
▩ 테마 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