Skip to content

Commit e64fd92

Browse files
committed
Footer Navigation menu fix + minor color fix
1 parent 47a4168 commit e64fd92

File tree

2 files changed

+7
-57
lines changed

2 files changed

+7
-57
lines changed

parts/footer.html

+5-55
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@
1616
<h6>Company</h6>
1717
<!-- /wp:heading -->
1818

19-
<!-- wp:paragraph {"fontSize":"small"} -->
20-
<p class="has-small-font-size">About Us</p>
21-
<!-- /wp:paragraph -->
22-
23-
<!-- wp:paragraph {"fontSize":"small"} -->
24-
<p class="has-small-font-size">Our Mission</p>
25-
<!-- /wp:paragraph -->
26-
27-
<!-- wp:paragraph {"fontSize":"small"} -->
28-
<p class="has-small-font-size">Contact</p>
29-
<!-- /wp:paragraph -->
19+
<!-- wp:navigation {"ref":91,"overlayMenu":"never","hasIcon":false,"layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"fontSize":"small"} /-->
3020
</div>
3121
<!-- /wp:column -->
3222

@@ -36,17 +26,7 @@ <h6>Company</h6>
3626
<h6>Limited Offers</h6>
3727
<!-- /wp:heading -->
3828

39-
<!-- wp:paragraph {"fontSize":"small"} -->
40-
<p class="has-small-font-size">Jeans</p>
41-
<!-- /wp:paragraph -->
42-
43-
<!-- wp:paragraph {"fontSize":"small"} -->
44-
<p class="has-small-font-size">Shirts</p>
45-
<!-- /wp:paragraph -->
46-
47-
<!-- wp:paragraph {"fontSize":"small"} -->
48-
<p class="has-small-font-size">Dresses</p>
49-
<!-- /wp:paragraph -->
29+
<!-- wp:navigation {"ref":432,"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"fontSize":"small"} /-->
5030
</div>
5131
<!-- /wp:column -->
5232

@@ -56,17 +36,7 @@ <h6>Limited Offers</h6>
5636
<h6>Collections</h6>
5737
<!-- /wp:heading -->
5838

59-
<!-- wp:paragraph {"fontSize":"small"} -->
60-
<p class="has-small-font-size">Summer</p>
61-
<!-- /wp:paragraph -->
62-
63-
<!-- wp:paragraph {"fontSize":"small"} -->
64-
<p class="has-small-font-size">Winter</p>
65-
<!-- /wp:paragraph -->
66-
67-
<!-- wp:paragraph {"fontSize":"small"} -->
68-
<p class="has-small-font-size">Spring</p>
69-
<!-- /wp:paragraph -->
39+
<!-- wp:navigation {"ref":433,"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"fontSize":"small"} /-->
7040
</div>
7141
<!-- /wp:column -->
7242

@@ -76,17 +46,7 @@ <h6>Collections</h6>
7646
<h6>Fashion Tips</h6>
7747
<!-- /wp:heading -->
7848

79-
<!-- wp:paragraph {"fontSize":"small"} -->
80-
<p class="has-small-font-size">About Colors</p>
81-
<!-- /wp:paragraph -->
82-
83-
<!-- wp:paragraph {"fontSize":"small"} -->
84-
<p class="has-small-font-size">Cleaning Hats</p>
85-
<!-- /wp:paragraph -->
86-
87-
<!-- wp:paragraph {"fontSize":"small"} -->
88-
<p class="has-small-font-size">Style Guide</p>
89-
<!-- /wp:paragraph -->
49+
<!-- wp:navigation {"ref":434,"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"fontSize":"small"} /-->
9050
</div>
9151
<!-- /wp:column -->
9252

@@ -96,17 +56,7 @@ <h6>Fashion Tips</h6>
9656
<h6>Support</h6>
9757
<!-- /wp:heading -->
9858

99-
<!-- wp:paragraph {"fontSize":"small"} -->
100-
<p class="has-small-font-size">Return Policy</p>
101-
<!-- /wp:paragraph -->
102-
103-
<!-- wp:paragraph {"fontSize":"small"} -->
104-
<p class="has-small-font-size">Delivery</p>
105-
<!-- /wp:paragraph -->
106-
107-
<!-- wp:paragraph {"fontSize":"small"} -->
108-
<p class="has-small-font-size">Call Center</p>
109-
<!-- /wp:paragraph -->
59+
<!-- wp:navigation {"ref":435,"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"fontSize":"small"} /-->
11060
</div>
11161
<!-- /wp:column -->
11262
</div>

styles/sunset-orange.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
{
1919
"slug": "ti-bg-alt",
20-
"color": "#FFFFFF",
20+
"color": "rgba(255, 255, 255, 0.05)",
2121
"name": "Background Alt"
2222
},
2323
{
@@ -27,7 +27,7 @@
2727
},
2828
{
2929
"slug": "ti-fg-alt",
30-
"color": "#ffffff",
30+
"color": "#F4F4F4",
3131
"name": "Foreground Alt"
3232
},
3333
{

0 commit comments

Comments
 (0)