如何在不破坏现有主题的情况下,在shopify商店中的多个shopify页面中只添加以下https://codepen.io/fjenpen/pen/pROPov之类的代码?
<div class="top"></div>
<div class="bg">
<div class="nav">
<ul id="menu" style="list-style-type: none;">
<!-- Give your href some actual meaning -->
<li><a href="#Section1" style="text-decoration:none"><h1>Our Brands</h1></a> </li>
</ul>
</div>
<div class="main">
<div id="Section1" class="content">
<p>View our brands</p>
</div>
答案 0 :(得分:2)
导航至Online Store > theme & edit HTML/CSS of current active theme
从您链接的笔中,您需要添加HTML,CSS&amp; JS。
HTML
CSS
JS
我建议您首先熟悉主题文件,然后您将了解事情是如何协同工作的。祝你好运。