콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
694 화면

i want to inherit the detail page of the default template but only change its css how do i do it ?

아바타
취소
베스트 답변

#1. You must sign in to the website and navigate to the appropriate [product detail page] page. You must choose "HTML / CSS Editor" from the "site" main navigation bar.

#2. You may see the editor popup after clicking. You must choose "Edit HTML anyway" in order for the editor to open. The detail page's HTML code is visible.

#3.Choose "SCSS" from the "XML HTML" dropdown menu. You can write CSS or SCSS inheriting from the parent specific class.[If  you don't have any specific class in that html page, you can add it custom using Html page code]. Writing CSS with a specific class name allows the design work to be done on the page by itself.

아바타
취소