This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Name": "Facebook Group", | |
"CreationDate": "2018-12-11", | |
"Commands": [ | |
{ | |
"Command": "comment", | |
"Target": "Modify the two variables below. For posttext Use ${KEY_ENTER} for line breaks. For postfile remember it's a local file.", | |
"Value": "" | |
}, | |
{ |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"itemSectionRenderer": { | |
"contents": [ | |
{ | |
"videoRenderer": { | |
"videoId": "KIqairdeHoM", | |
"thumbnail": { | |
"thumbnails": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This code is outdated! Here is the updated version: | |
https://ezfycode.com/blog/debut-shopify-theme-how-to-add-swipe-for-product-page-images |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This code is outdated! Please visit the link below for the updated version: | |
https://ezfycode.com/blog/debut-shopify-theme-how-to-add-swipe-for-product-page-images |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 767px){ | |
[class*='product-single__meta--']{ | |
position: sticky; | |
top: 0; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1,h2,h3,h4,h5,h6,html,body,*,[id] *{ | |
font-family: "Precious" !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.collection-grid-item, | |
.collection-list .grid__item[role]{ | |
margin-bottom: 35px !important; | |
} | |
[id] .collection-grid-item__title{ | |
color: #000000; | |
display: block; | |
position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
button, | |
textarea, | |
input, | |
select, | |
a { | |
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); | |
-webkit-tap-highlight-color: transparent; | |
-webkit-user-select: none; | |
-khtml-user-select: none; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (min-width: 990px) { | |
.header { | |
display: flex; | |
justify-content: space-between; | |
} | |
.header .header__inline-menu { | |
display: none; | |
} |
OlderNewer