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
<div class="gumroad-product-embed" data-gumroad-product-id="demo"><a href="https://gumroad.com/l/demo">Buy my product</a></div> |
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
<script type="text/javascript" src="https://gumroad.com/js/gumroad-embed.js"></script> |
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
<script type="text/javascript" src="https://gumroad.com/js/gumroad.js"></script> |
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
<!-- CHANGE THE COLOR, SIZE, OR FONT OF YOUR NAME --> | |
#user_page .user-follow-content h1 { color: red; font-size: 500px; font-family: Arial; } | |
<!-- CHANGE THE COLOR, SIZE, OR FONT OF YOUR BIO/DESCRIPTION --> | |
#user_page .user-follow-content p { color: red; font-size: 500px; font-family: Arial; } | |
<!-- CHANGE THE SIZE OF YOUR PROFILE PICTURE --> | |
.user-follow-content .profile-picture { width: 500px; height: 500px; } |
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
<!-- CHANGE THE COLOR OR VISIBILITY OF YOUR PROFILE PAGE'S BANNER (THE BOX AROUND YOUR BIO) --> | |
.seller-main { background-color: red; | |
} | |
<!-- REMOVE THE FOLLOW BUTTON AND PROMPT FROM YOUR PROFILE --> | |
.creator-profile-card .creator-profile-card__form, .creator-profile-card--medium .creator-profile-card__form, .creator-profile-card--small .creator-profile-card__form { | |
display: none !important; | |
} | |
<!-- FIX THE LOCATION OF YOUR PROFILE'S BACKGROUND IMAGE --> |
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
<!-- ADJUST THE PURCHASE FORM'S BACKGROUND COLOR. --> | |
.buy-form-main { background-color: red !important; } | |
<!-- ADJUST THE FONT OF YOUR PRODUCT DESCRIPTION. --> | |
.product-main blockquote.product-description { font-family: garamond !important; } | |
<!-- CHANGE THE PRICE TAG COLOR AND FONT COLOR. --> |
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
<img src="URL-OF-YOUR-IMAGE"></img> |